Hi. I want to attach a sensor with SPI slave interface to the nRF52 Preview DK (PCA10036) using the SPIM1 with EasyDMA. Below I have two related questions:
-
In PAN #46 it is stated that EasyDMA list are not functional however to use the EasyDMA for SPIM in nRF52832_OPS_v0.6 page 273 the usage of ArrayLists as buffer is described. Honestly I do not understand what that PAN mean? Can I use th EasyDMA for SPIM1 at all ar do I have to write my own DMA function to directly access the RXD-1/TXD-1 register of SPI1?
-
Currently I have programmed some functions to initialise SPIM1 with EasyDMA and trigger a transaction to read 64 bytes. The code triggers the START task but the STARTED event is never triggered by the SPIM1 hence the while loop waitin for it is never left (see attached code SPIM1_init_trigger.txt). What could be the reason that the STARTED event is not triggered?
Thanks and best regards