Question
DMA interrupt on RX when get less the buffer size
Hello,
I use DMA UART on Rx.
but I get interrupts on half complete and full complete.
is it possible to get interrupt earlier? when I get "\n" char?
maybe the best way to mange is to use circular DMA, and when the half complete interrupt is fired, save the data on another memory, and keep do it until get all data?
Thanks,
Lior Malik
