This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AMIC110: Conflict between UART DMA and NDK in TI-RTOS

Part Number: AMIC110
Other Parts Discussed in Thread: SYSBIOS

Hi Sirs,

I have a project using both uart and NDK for tcp server, and I need to enable uart dma for receiving large amount of consecutive data.

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/865499/compiler-processor-sdk-am437x-nimu-example-with-uart-dma

I am facing same issue as the post above, when I set UART.Settings.useDma = "true"; in cfg file, can't even ping IP address,

but it will turn fine after remove UART.Settings.useDma = "true";

The post have discussion about UART and NDK/NIMU may conflict but still don't have any solution

These are the version of library I've used

Looking forward for some advice, thanks very much.