Clock configuration for interrupt driven UART at 115200 baud rate
Posted on April 17, 2016 at 18:36I'm currently hitting overrun issues using HAL library's HAL_UART_Receive_IT() function Baud rate: 115200 The only thing the interrupt routine ( HAL_UART_RxCpltCallback() ) does is copy the incoming 10 bytes into ano...