Other Parts Discussed in Thread: AM3358
Hi,
I'm using
1) BeagleBone White
2) CCS-5.4
2) AM335x-StarterWare-2.0.1.1
I modified example i2cAccelerometer in AM335EVM to test I2C EEPROM
Write 0x20 bytes
0x01 0x02 ... 0x0F
0x11 0x12 ... 0x1F
Read 0x20 bytes
0x11 0x12 ... 0x1F
0xFF 0xFF ... 0xFF
Increase number of bytes to 0x80, for example, I always get the last 0x10 correct!
I verified all signals OK using scope : 1 byte Device addr, 2 bytes reg addr, ... Start/Stop conditions look good
The EEPROM eva brd works fine using Arduino, why it's broken with BB-W ?
Any idea ?
Thanks,
~Duy-Ky