Resolved! Reading I2c with sub-address
Hello All.Reading a register value from an I2C device assumes: Writing the device address-> Writing the register address without STOP-> Reading the value . I am trying to figure out if I can do it using only available HAL functions but I don't see h...