I would like to using nRF52832 EasyDMA for reading and writing to and from the RAM for peripherals (E.g.NOR flash, Analog front-end (AFE), etc.). Could you suggestion example of nRF52832 EasyDMA?
I would like to using nRF52832 EasyDMA for reading and writing to and from the RAM for peripherals (E.g.NOR flash, Analog front-end (AFE), etc.). Could you suggestion example of nRF52832 EasyDMA?
Hi,
EasyDMA is used by default when the HW peripherals in the chip that supports EasyDMA is used (e.g SPIM, SPIS, TWIM, UARTE, SAADC, RADIO, etc - see full list in "EasyDMA MAXCNT bit length" in table on nRF52 Series).
EasyDMA can't be used for direct access of external devices like NOR flash, but it is possible to configure one of the supported peripheral, for instance SPIM if your NOR flash supports SPI, to do a predefined transfer of data to/from RAM on the nRF52832. The transfer can be started either from code, or from another peripheral using a PPI signal.
Best regards,
Jørgen
Thanks for your reply!
Thanks for your reply!