Hi there,
We are developping a project on a nRF5340 and we have to make a software reset to restart the device under critical use case. To do so, we use NVIC_SystemReset()...
When each thread is started, we initialize all variables that are not in the .noInit memory area, to make sure that an old value will not affect the software's operation.
Occasionally, however, the nrf5340 does not restart correctly. Power consumption is high (~3mA).
Has anyone ever encountered this problem?
Hope somebody could help us...
Regards
Patrice