How can I process incoming UART communications when the code cycle is lengthy?
Posted on November 07, 2014 at 08:54 I'm working with an STM32F4 Discovery board, and I've been experimenting with the CubeF4 UART examples (HAL). Everything I've seen suggests that receiving takes a manual command. Example: HAL_UART_Receive(&Uart...