Resolved! USART HAL_UART_RxCpltCallback is not called.
Hello. I am currently using USART6 by setting RX as interrupt, and TX as DMA in STM32F4.The ST board mostly worked well, however, after some hours (maybe 10 hour), the RX interrupt wasn't called. I suppose that this problem is not related to hardwar...