Search found 2 matches
- Mon Jan 14, 2019 7:31 am
- Forum: FV-1 software questions
- Topic: EEPROM memory map quest and I2C tips
- Replies: 5
- Views: 12328
Re: EEPROM memory map quest and I2C tips
Thanks for reply - I think I phrased the question poorly. What I meant was: :?: how many bytes of a patch do I need to read, to know that it is blank. E.g. just first byte or full 32 byte page etc? When you create a hex file in SpinASM some patches can be blank, so I only want to write the patches t...
- Fri Jan 11, 2019 5:47 am
- Forum: FV-1 software questions
- Topic: EEPROM memory map quest and I2C tips
- Replies: 5
- Views: 12328
EEPROM memory map quest and I2C tips
I'm writing to the ext EEPROM via an Arduino. Got a question about the memory map and couple of tips that I've found out, that I couldn't find on the forum. :?: I'm assuming that each patch is 512 bytes and layout out sequentially across the EEPROM. Is it safe to assume any patch starting with 0x80 ...