NRF SDK , how to disable DMA when using SPI

Hello,

We are testing with the NRF SDK sample in:

nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi\main.c

How do we disable use_easy_dma. ?

We want to only use the spi without dma.

Also, the spi in the example is set to NRF_DRV_SPI_MODE_0, which is the mode we want, but we actually had to set it to NRF_DRV_SPI_MODE_2 to get the expected settings as NRF_DRV_SPI_MODE_0.

Related