Tool/software: Linux
Dear Sirs,
Trying to wet my feet using the DLP2000EVM in conjunction with a raspberry pi3.
Was aattempting the I2C access reading registers, the folllowing was done:
EVM displlays ssplash screen properly
EVM reports the right device address "0x1b" when using I2cdetect
Tried:
wrote to Reg 0xAA, the value 0xdd 0xdd 0xdd 0xdd using i2cset
attempted reading using:
i2cset -y 1 0x1b 0x36 0x15 0xAA i
folllowed by:
i2cget 0x1b 0x37
0x00
I expected to be able to read the 0xdd that I wrote to the register?
Am I doing something wrong???
Best Regards
Samir Lehaff