stm32f7 uart rx interrupt mode running only once
Hi,we have custom stm32f7 board with debugger connected and we are configuring UART RX in interrupt mode. In main function code is like below and uart rx interrupt is working fine for only once.uint8_t aRxBuffer[15];if(HAL_UART_Receive_IT(&UartHandle...