devkit: LCDK6748
PSP version: 03 00 01 00
For some reason if I am trying to write to I2C address 0x10 (actual 7 bit address) I do not see any activity on the bus and GIO_submit returns with -1.
However if I tried with addresses 0x11, 0x12, etc I saw activity and ofcourse there was NAK , because actually those devices were not on bus. I also attached a picture about this trace. PS GIO_submit also returned -1, but there was also activity.
I attached my code as github gist (do not know how to do code formatting in E2E).
https://gist.github.com/4707015
Could you tell me if there is particular reason why 0x10 would fail?
Actually there is camera on this address, but strange thing is that nothing is written to bus, so I2C driver or camera could not possibly distract each other.
I think it is coincidence that it fails on device address.
Andres