2016-06-29 06:58 AM
I am seeing an issue on the STM32F207 where if an I2C transfer fails the TxE bit is never cleared, causing the I2C2_EV_IRQHandler( ) to continuously get invoked and the overall system to hang. I know this isn't a lot of information, but what could possibly be causing this? Or is there a workaround to at least handle this scenario? Thanks!
2016-07-26 07:20 AM
Hello,
Could you precise in which version of HAL library you have found the issue. Regards