This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Regarding nordic SPI driver implicitly using DMA

Hi,

Request confirmation that nCS nordic SPIM & SPIS drivers implicitly use DMA,
I found the response as in: https://devzone.nordicsemi.com/f/nordic-q-a/83593/zephyr-rtos-spi-dma-sample-code

Hence the query, request you to also point to me towards DMA usage code snippets in driver files "spi_nrfx_spim" & "spi_nrfx_spis", or in nordic legacy SPI drivers, so that I can justify my development.

Thanks,

Ubaid 

Parents Reply
  • Hi Karl,

    Thanks for the confirmation, so I am to understand that in the compatible property, if I am using:


    compatible = "nordic,nrf-spis"

    or

    compatible = "nordic,nrf-spim"

    Than it implies I am also using EasyDMA.

    I am using nrf52833_dk device.

    Thanks,

    Ubaid

Children
Related