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