Hello everyone. I am trying to use bno055 with stm32f4 but I can't read it. I tried very hard but it doesn't return anything. I used HAL_I2C_Mem_Read(&hi2c1,IMU_ADRESS,0x00, 1, id, 1,100) function. It is very urgent. What might be the problem? How can I solve it and is there anyone who has experience with using this sensor with the stm32f4 discovery board? PS: I think there isn't any problem with the wiring because the HAL_IsDeviceReady function returns HAL_OK. #bno055 #i2c #stm32f4
... View more