Dear Experts:
Hardware Version :Nordic PCA 10040 1.2.4
SDK Version: nRF5_SDK_15.3.0
Project: ble_app_uart
None code will be modified in the ble_app_uart project. First build program,then press the 'start/stop debug session' button to start project under debug mode. After the project running, press BUTTON_0 which labeled 'Button_1' in board. The project will stop and popup error.
I analyse this issue simply: when press BUTTON_0, BSP_EVENT_SLEEP event will be captured and processed. In the process function sleep_mode_enter(), the error would be return in calling sd_power_system_off and the error code is 0x00002006. In this project, there is no error when pressing other button.
But in project ble_app_bps, there is no this issue when pressing BUTTON_0.
Please help me to check this problem: why the error is returned when pressing BUTTON_0 in ble_app_uart project.