Question
HAL and I2c problem
Posted on January 16, 2015 at 12:42
I connect mpu6050 to i2c3 and make a project with stm32cube and enable i2c3.
but cant detect sensor. for(i=0 ; i<255 ; i++) { test = HAL_I2C_IsDeviceReady(&hi2c3,i,10,100); if(test == HAL_OK) break; } return always HAL_BUSY my board is stm32f4discovery #i-can''t-help-you-with-that