HAL_UART_RECEIVE_IT not working all the time in HAL
Hi,
I'm using the UART functionality in NUCLEO-H745ZI-Q board. I want to transmit with UART polling and receive with interrupt. Every time I am able to transmit the characters on to the putty but sometimes receive interrupt is not working. I'm using HAL coding and UART4 & UART5. We can observe that sometimes the receive interrupt is working and characters are coming to the buffer and sometimes no response. We never did any modifications. Can somebody tell me why it is behaving like this???
PLEASE HELP...