Hello,
I try to use uart dma example. Firstly, I tried sdk example in mcuxpresso (sdk: IMXRT1176xxxx V 2.15)
there is no problem at working.Then I copied the example to my project (I included uart edma driver to my project ) it didn't work properly. When I send data from terminal in every 50 ms it works normal, then when I send the data every 5 ms, it stop to resend data to terminal but in the example it could send back data.Is there missing driver that should add my project or do I need to do any configuariton in my ide for uart dma.
Also I tried for interrupt uart it is the same issue.
Thanks
Best regards.