STM32U5 I2C
STM32U5 + LSM6dslI want to read the general accelerometer register of the I2C interface.I think it can be achieved by using HAL_I2C_Mem_Read ().I set the second argument DevAddress to the value of the accelerometer slave address shifted left by 1 bi...