I2C - I want to read data from the register by the HAL (HAL_I2C_Mem_Read) but 8 bit every rime is LOW but should be HIGH.
Hello everybody!!)) I spent a few days already, try to decide this problem, this reason I decided to ask here.I can write data to register by command HAL_I2C_Mem_Write, but can not read, because 8 register is low uint8_t adress_read1 = 0x43; uint8_t ...