UART5 on STM32F429IDISCOVERY not working properly in interrupt mode
Hey guys,I am using UART5 of the board to communicate with a display from 4DSystems. I formerly used the blocking mode with HAL_UART_Transmit(..) and HAL_UARRT_Receive(..) which worked absolutelex fine. Since my orject is getting quite complex and A...