STM32 UART Transmit stops responding after some time
Hi all,
I am using a STM32L476RG NUCLEO Board with FreeRTOS and STM32 iCUBE LoRaWAN stack. I have a UART interface connected to Raspberry Pi, which periodically sends and receives data to-from STM32. I am using a circular buffer with DMA and IDLE Line detection as amount of data I receive is not fixed.
(https://github.com/controllerstech/STM32/tree/master/UART%20CIRCULAR%20BUFFER)
However, UART Transmit stops after sometime. I have followed the instructions in
And have stopped and restarted my HAL_UART_Receive_IT().
However it seems not to work, Could you please give me some suggestions?
