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.

66AK2L06: EEPROM read error

Part Number: 66AK2L06

Hi,

I was trying to test EEPROMs in K2L EVM, using platform_test_evmk2l project (pdk_k2l_4_0_8\packages\ti\platform\evmk2l\platform_test).As per the schematics, I found that the address of M24M01 is 0x50 and M34E02 is 0x53. But the address of M34E02(EEPROM51) in the project is set as 0x51. When I corrected the address to 0x53, I found that the test for EEPROM51 fails with data verification error, and test for EEPROM50 is success.

The read data of EEPROM51 was analysed.

Data written is 12 bytes starting from 0  (0x0,0x1,0x2,0x3,.....0xA,0xB)

Data read is  -  0x0,0x0,0x1,0x2,0x3.... 0xA

There s a shift in the received data. Did anyone face this issue? Can anyone suggest a solution to this problem?

Regards

Sreejaya