I2C read/write proper way, to many options
HAL_I2C_Mem_Read(I2C_HandleTypeDef, Address, REGUSTER, rsz, buff, bsz, tout);If the device address is 0x77,what is th proper way. I can find non consistent answers, though i cannot read. I get HAL_ERORis it:Anyway each option returns non consistent d...