This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSCNCD263P: EEPROM Contents As Delivered From TI

Part Number: TMDSCNCD263P

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.