This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52832 DMA HALF TRANSFER INTERRUPT AND EASYDMA ARRAYLIST

Hi ,

1-) Is there any dma half transfer interrupt ? if there is where it is in documents ? ( i check this link but i couldnt see anything about this https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Feasydma.html

2-) How is that ArrayList organised by EasyDma? 

Lets assume that i am reading 32bytes from spi to ram . i have prepared 2 array with 16bytes in size. So how is it organized by dma ;

 - 1,3,5,7,9... byte will go 1st array and 2,4,6,8... to second array ?

-OR 1-16th Bytes will be stored in  1st array and 17-32th will be in second array ?

- or what ?

 Thank you all.

Best regards.

Related