Hi all,
I am using MKE15Z265VLL7 FRDM board and trying to use the DMA for uart .
DMA0 channel 2 for tx and DMA0 channel 3 for rx. the sequence for loopback is to call send api and after some delay calling receive api. and tx and rx is shorted using cable.
if is try this sequence send-delay-receive data is not receiving on receive api.
But if i try the sequence receive-delay-send then data is received on receive api.
So please if any one is having any suggestion please let me know.
Attached the code snippet from nxp code.

with this it is not receiving any data on rx line.

if i try this then i can see the data on rx line.
Thanks in advanced.