I wanted to use SES (6.32b) to build an example app (nRF5_SDK_14.2.0_17b948a, ble_app_blinky) and run it on a Nordic dev board (nRF52840 Development Kit), but crashed.
When I use the example SES debug build, the app works fine.
But when I use the release build, the app runs into error handler.
The SES config file I uses was : nRF5_SDK_14.2.0_17b948a/examples/ble_peripheral/ble_app_blinky/pca10040/s132/ses
The error was the sd_ble_gap_ppcp_set() returns NRF_ERROR_INVALID_PARAM.
I've tried another apps e.g ble_app_hids_mouse , but got the same error.