STM32-DMA-IDLE with ring buff and parsing
Hi, I would be happy to consult,
I am trying to implement the following with FREErtos and DMA NUCLEO-H743ZI2
I want to receive packets sequentially on UART at some frequency.
To parse the packets and then save only the valid ones for later use.
What is the best way to approach this?
https://github.com/karlyamashita/Nucleo-G071RB_UART_DMA_Idle_Circular
https://github.com/karlyamashita/Nucleo-G431RB_Three_UART/wiki
I found that it looks really good but without FREErtos and parser.
And its using Normal mode in RX dma and not circular.
Do you think this is a good basd and can it be converted relatively easily?
And if so, what is the correct way to approach this?
Thank you very much
