Question
DMA to receive unknown length frames with UART
Hi
I need to listen to Rx UART to receive unknown length frames (I will search for a frame start byte, then read the frame size and then test a CRC for frame validating)
I would like to use DMA for performance but I only see half or full reception interrupt of a fixed number of bytes.
Is it possible to do that with DMA or must I using simple interrupts, with 1interrupt for each byte received ?
thanks in advance
PS : I'm using STM32L431 with STM32cubeIDE
