I need DMA support for UART Communication protocal

HI ,

I need dma support for the uart protocol but I can't seem to locate any examples of it being used with an uart. Can anyone give support on this?

regards ,

Goudam

Parents
  • Have you made any modifications to the sample/configuration?

    I didn't modify anything in the code. In Board DTS itself NRF_UARTE enable 

    I am noted one more thing CONFIG_UART_INTERRUPT_DRIVEN was enabled by default it makes any issue with ASYNC uart . If its a error means how to disable the CONFIG_UART_INTERRUPT_DRIVEN ?

    I am try to disable that in prj.conf file by adding

    CONFIG_UART_INTERRUPT_DRIVEN=n

  • Reply Children
    Related