Clarification for System OFF mode prerequisites

Hi,

The nRF52840 manual states here https://docs.nordicsemi.com/bundle/ps_nrf52840/page/power.html#ariaid-title10 that "Before entering System OFF mode, all on-going EasyDMA transactions need to have completed".

But the documentation doesn't mention what happens if you attempt to enter System OFF mode but there are EasyDMA transactions still ongoing. Does the system fail to enter OFF mode?

Something else?

I'm mostly interested in UARTE EasyDMA transactions that might be ongoing when I attempt to enter System OFF mode.

The entering system OFF mode is achieved by calling Zephyr's sys_poweroff() API that translates underneath to writing the SYSTEMOFF register.

Thanks!

Parents Reply Children
No Data
Related