Tool/software:
Hello,
As per the user guide, the AM263Px Control Card has a I2C based 1Mbit EEPROM (CAT23M01WI-GT3).
I see that the board version is stored at offset 0x0022 as per board.c
#define EEPROM_OFFSET_READ_PCB_REV (0x0022U)
I want to keep this obviously but also want to write my own data without overwriting existing data.
<Question>
If there is anything else stored in the EEPROM by TI, is there a document mentioning their offsets and dimensions, including the board revision mentioned above?
Thank you.