Hi,
I read on the forum that DMA for UART block is not possible on nRF51. Is it true?
If yes, is there any way that we can enable this? Our application demands DMA for UART, we are using EasyDMA for nRF52 already.
Thanks,
Sharan
Hi,
I read on the forum that DMA for UART block is not possible on nRF51. Is it true?
If yes, is there any way that we can enable this? Our application demands DMA for UART, we are using EasyDMA for nRF52 already.
Thanks,
Sharan
Hi,
I read on the forum that DMA for UART block is not possible on nRF51. Is it true?
That is true. On page 12 in the reference manual, see this link, you can see that nRF51 does not have DMA for the UART.
If yes, is there any way that we can enable this?
It's not possible to enable UART DMA on the nRF51.
Hi,
I read on the forum that DMA for UART block is not possible on nRF51. Is it true?
That is true. On page 12 in the reference manual, see this link, you can see that nRF51 does not have DMA for the UART.
If yes, is there any way that we can enable this?
It's not possible to enable UART DMA on the nRF51.
Okay. Thanks for confirming.