Other Parts Discussed in Thread: TCA8424
Tool/software:
Dear Experts,
My customer is using
https://www.ti.com/tool/TCA8424EVM-038
together with a Linux tool (I2CTools)
to test this the TCA directly connected to their MPU.
Its supplied with external 3V1
Then the following steps are performed:
i2cdetect -y 1
i2ctransfer -y 1 w2@0x3b 0 0 - (ACK comes // no issue with the bus)
Read data:
i2ctransfer 1 w0@0x3b r30
it receives afterwards :
11x0x00 and 0xFF afterwards.
Thus it seems that the 11 bytes are coming from the matrix.
Usually first there should be the HID Describtor so that afterwards the areas can be addressed .
What is done wrong here ?