Hi TI team,
I am trying to program the FDC2212 sensor registers using the Teensy board and I am having difficulty with using I2C protocol to read/write from registers. I believe that the register address is 8bits and each register contains 16bits. In my debugging, when I attempt to read from registers after writing, I keep getting 1111111111111111 as the output. I have tried exploring various solutions (including the code Josue kindly provided in FDC2214 in the Arduino environment - Sensors forum - Sensors - TI E2E support forums) but I am still having this issue. Any advice or feedback is appreciated. My code is below:
Many thanks,
Shane