Burst Read Mode is Not working - I2C

All about Sub-20 Multi Interface USB Adapter USB to I2C, SPI, GPIO, RS232, RS485, Ir, LCD

Moderator: serg

xol
Site Admin
Posts: 241
Joined: Sat Aug 29, 2009 8:04 am

Re: Burst Read Mode is Not working - I2C

Post by xol »

Man,
We have a lot of customers using SUB-20 as I2C master. You are the only one who decided that DLL is wrong.

The I2C read of 16 bytes does not fail. The data you read is not the data you've expected.
I see two ways to check the reason.

1. Run test I told you before:
In any case to be sure I2C is working properly try to write 16 bytes byte by byte advancing all the time Memory Address and writing only one byte.
After that read all 16 bytes from the first address.
2. Take an oscilloscope and capture the read to see if data on the wire is FF or not. (More likely it is FF and it's mean that EEPROM was not properly written)

Post Reply