Hi Folks,
I am facing an issue while trying to perform a system On suspend procedure with a wake up on HITOLOW event.
No event is triggered when button pressed.
However, when I run nrf_pwr_mgmt_run() within a conditionnal loop (which exit from LP mode once port event interrupt is triggerred ), it works perfectly.
I don't understand the need for a while loop since in the first code i could check that the code is stuck in system ON mode (with No debug , just an output set to true before entering and reset once exited)
Thank you again for your explanations.
The best