Hi again
writing to MPR084 work correctly atm
but I fail at reading (well I read only 1 data then the I2C get jammed
to read from the MPR084 I send the slave address with r/w bit set at 1 right?
then read the byte comming (from what I understand this should read the register where the internal pointer is pointing)
then a stop condition exact?
or I have to write addr with | 0x01 then write a command byte then read the following byte?
or I have to do a repeated start somewhere in the process?
Atm I see the addr getting transmit with r/w at 1, then the value im expecting (0x40) from the fifo after a reset, then a ack (not sure who made it) then SCL going high (then expect SDA to go high for the STOP) but stay and remain low ....
Any one see my error in using the protocol
Thank you
ive attached the result SCL in yellow