Dear nRF experts.
We use the sample code of radio_test as the production test program. We directly add a UART command. When the user enters this command, it will enter sleep mode. However, we found that once it enters sleep mode, it will restart immediately.
My program is as follows.
Do I need to disable any functions before power_off?
If I use the Power_off sample code, it works then everything is OK.