I'm working from the https://github.com/Martinsbl/nrf5-mpu-examples/tree/sdk13/nrf52-mpu-easydma-using-gpiote-and-registers example and the DMA portion is working splendidly, but I also need to be able to put the MPU into a sleep mode, where it can wakeup the nRF52 on motion. This has all worked fine in the past, but I'm struggling to figure out what specifically I need to do to 'undo' the DMA setup, and get back to 'normal' (non-DMA) comms w/ the MPU.
It no longer seems like this work - specifically on the nRF52840 / SES combination.