Use STM32CubeMX generates the code of I2C3 of STM32F302C8T6, but it does not work properly
Posted on February 17, 2018 at 16:19I used STM32CubeMX to generate the init code of I2C3 of STM32F302C8T6 and added the test code to send some date out by I2C3. but it does not work properly, the error message = 'HAL_I2C_ERROR_TIMEOUT'. Tried to use...