This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf51822 SDK12.3 buttonless_dfu example can't add ble_nus service

Dear Nordics, If I add ble_nus service to buttonless_dfu example , it will reset after ble_dfu_init(). If I set

*p_ble_enable_params->common_enable_params.vs_uuid_count = 2*

it will reset after

softdevice_enable();

And both of the error code is 0; main.c

Please help to check.Thanks.

Related