Resolved! How to properly write and read a 16 bit I2C register with HAL_I2C_Mem_Write/Read()?
Hello,so I am trying to set up a INA3221 current/voltage/power sensor with my STM32F469I-Disoc board. The I2C_adress ist 0x43 (or 0x86 if shifted left). I set up my I2C with CubeMX in 400kHz mode and already used to interact with a BME280 sensor. The...