Associate II
October 17, 2019
Question
STM32F2 Emulated UART
- October 17, 2019
- 5 replies
- 2324 views
I have implemented an emulated UART on STM32F2 using the sample program from STM32F4. The UART TX data output is correct. Until a HAL_Delay(100) is add. When added delay, the UART TX output appears corrupted as shown below. Why is the HAL_Delay affecting the UART TX data? I have attached the whole project.

