STM32F2 Emulated UART
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 affec...