How to implement I2C communication with a sensor like AD7147-1?
I followed this example that does i2c communication with TMP102 https://www.digikey.in/en/maker/projects/getting-started-with-stm32-i2c-example/ba8c2bfef2024654b5dd10012425fa23.
In the case of AD7147-1, the module can read up to 13 sensors and I'm trying to use the same with the STM32 Nucleo-F334R8 board. How to frame the bytes? In this case, it has multiple registers and I want to use all the possible sensor readings.
This above figure shows multiple stages of CDC conversion and below is the I2C address
Below is the sequential register readback method is given by Analog devices.
I would appreciate any help in this regard.
A simple template to read the sensor data in a sequential manner shall help a lot.
-Prasanna