I2C HAL_BUSY
Hello, I am receiving data on my STM32F411E board via the I2C interface with the Mpu9255 IMU sensor. I get HAL_BUSY status in case of any power outage or re-debug.
https://stackoverflow.com/questions/69912431/issue-in-the-i2c-communication-stm32-hal-library
When I apply the solution mentioned here, the problem is not solved directly. Additionally, I have to press the Reset button on the card. If I do this solution every time the card is turned on, the HAL_BUSY situation occurs less frequently, but I have tested it many times and sometimes it gets into this situation again.
Can I trigger the Reset button software for such situations? Unfortunately, the NVIC_SystemReset function did not work for me. I need your suggestions on this matter. Thanks.
