Page 1 of 1

FV-1 Dev Board - external EEPROM

Posted: Wed May 17, 2017 9:10 pm
by skajam66
With reference to the FV-1 Dev Board schematic:

1) Can the EEPROM I2C address be changed? If so, how?

2) What is the layout of the EEPROM as it pertains to the stored programs? If I want to replace program N, what address do I start writing from?

Posted: Thu May 18, 2017 11:35 am
by frank
1. No address is fixed and cannot be changed.

2. Programs are linear in the EEPROM, i.e. program 0 starts are address 0 and continues for 512 bytes (0 - 511), program 1 starts at 512, etc.