Help me with uart0 dma

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help me with uart0 dma

454 Views
arbnorzeqiri
Contributor I

Hi all,

Can anyone help me how to implement dma on uart0 for rx and tx ?

p.s. I'm using kl25 mcu and CodeWarrior as IDE.

Please help me.

0 Kudos
1 Reply

334 Views
mjbcswitzerland
Specialist V

Hi

KL25 CW UART TX DMA is supported in the uTasker project : http://www.utasker.com/forum/index.php?topic=1721.0

However DMA at the receiver is not included since the KL DMA doesn't support free-runnning circular buffers - that is, it is not as useful as the DMA controller in the K devices.

Regards

Mark

0 Kudos