STM32 UART Communication Stops Working After a Few Minutes
Hello everyone,
I am currently working on an STM32-based project and have encountered an issue with UART communication. The UART works correctly after startup, and data is transmitted and received as expected. However, after running for several minutes, the communication suddenly stops and no further data is received.
I have checked the wiring, baud rate configuration, and power supply stability. I also monitored the application for hard faults but could not identify the root cause. The issue occurs consistently after prolonged operation.
Development Environment:
- MCU: STM32 Series
- IDE: STM32CubeIDE
- Communication: UART
Has anyone experienced a similar issue or can suggest possible causes and troubleshooting steps? Any guidance would be greatly appreciated.
Thank you.
