Where can I find documentation for using EasyDMA list mode on SPIM?
I've got nrf51822.
All I can find is this nrf52 documentation, which seems incomplete.
Is there any example code?
Where can I find documentation for using EasyDMA list mode on SPIM?
I've got nrf51822.
All I can find is this nrf52 documentation, which seems incomplete.
Is there any example code?
That's the correct documentation - what's incomplete about it, it's pretty simple, set up the registers with MAXCNT and an initial pointer, put the thing into list mode by setting the correct config bit and every time you start the task it transfers.
No example code I've seen.
And if you have only nrf51, then this doesn't apply anyway as this is an nRF52 feature.
That's the correct documentation - what's incomplete about it, it's pretty simple, set up the registers with MAXCNT and an initial pointer, put the thing into list mode by setting the correct config bit and every time you start the task it transfers.
No example code I've seen.
And if you have only nrf51, then this doesn't apply anyway as this is an nRF52 feature.