2015-01-16 03:42 AM
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-that2015-01-21 01:51 AM
I see in debug mode , when execute Init I2c function , Busy flag going to Set.
2015-01-21 10:58 PM
My problem Solved .
I try with Stm32cube 4.6 and stm32f1cube and its work