Other Parts Discussed in Thread: AM5749
Tool/software: Code Composer Studio
hello,
My board is a custom board, using AM5728,refference is AM5749 idk board, and has a eeprom which is same with the am5749 idk, I use Board_writeIDInfo to write information into the eeprom, and I use Board_getIDInfo to read data from eeprom, the data is all 0xff, which is different from the data I want to write. I change the i2cTransaction.writeCount=2 into i2cTransaction.writeCount=2+BOARD_EEPROM_HEADER_LENGTH+BOARD_EEPROM_BOARD_NAME_LENGTH+BOARD_EEPROM_VERSION_LENGTH+BOARD_EEPROM_SERIAL_NO_LENGTH; I found the forums, there is a question is same with mine, it says the problem is Board_writeIDInfo function, but I don't know the problem, can you help me to solve the problem?