Hi,
I work with nRF52832 module. i want to interface two i2c functions.
1. EEPROM - SCL - P0.06 SDA - P0.07 -> i check with this separately its working.
2. TLV493D - SCL - P0.29 SDA - P0.30 -> Now ,i want to try this.
i have tested with TWI Scanner Example and i got below response. Device address is correct.
<info> app: TWI scanner started.
<info> app: TWI device detected at address 0x5E.
After that i can't get the actual data. Also, i don't know the continuous read function.
Give related examples for this.
Regards
Senthilkumar