as maybe but you are still incorrect , if you use a logic analyzer you will see the transaction ends abnormallyBig thanks Richard! now it works!
wrong way
i2cwrite ldta, lclk, adr, cnt
correct way
i2cwrite ldta, lclk, adr, [ cnt ]
as maybe but you are still incorrect , if you use a logic analyzer you will see the transaction ends abnormallyBig thanks Richard! now it works!
wrong way
i2cwrite ldta, lclk, adr, cnt
correct way
i2cwrite ldta, lclk, adr, [ cnt ]
Warning I'm not a teacher
Well, just added these square brackets - see no difference in readings.
its best to be correct for future reference , not all i2c devices are so forgiving
Warning I'm not a teacher
Bookmarks