Stuck in UART_WaitOnFlagUntilTimeout
Hi,I'm trying to transmit/receive data by uart. I have a state machine that is processing incoming bytes periodically, so I use a ringbuffer and write every received byte into this buffer.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ if (...