Part Number: MSP432P401R
Hello
I have bare metal (No Rtos) application on MSP432.
DMA is set to work with UART RX.
UART communication is just flow of 256 bytes telegram with pause 1 ms between.
I see following scenario.
If DMA has not started to listen at the beginning of a UART telegram, it receives part of it, then wait pause, receives the rest amount to the expected 256 (from another telegram)
and so on..
Question
Whith what command from DAM Module DriverLib can I reset the DMA buffer?
Thanks