Dear nordic,
I need a advise from your side. my custom board has two spi device both are working same line. one is SD card interface and other is sensor which works in DMA(also i use softdevice in my application).
i have some question regarding this.
1. How i enable DMA in spi which example i refer?
2.if i enable DMA. Is it makes any problem in working of SD card?
3. I want to receive around 150 bytes from host spi using DMA. how i transfer this byte can you help me how i achieve this using DMA.
1. which macros i enabled?
2. what function i use to transfer byte through DMA?
3. is this event handler triggered after completion of DMA transfer?