Hello!
I'm trying to setup the PPI module so it controls a LED based on an external digital INPUT.
It works well while the nrf528232 is ON, except when I call :
nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
While on System Off it doesn't work at all.
From what I understand, it would be possible to work since it doesn't use the CPU, right?
Thank you in advance!