Hi,
I am using nRF52840DK along with S112 sdk15.3.0 as a peripheral device, i included timer and sleep function in ble_app_beacon example code . I am getting fatal error in ble_stack_init function after advertising.
Hi,
I am using nRF52840DK along with S112 sdk15.3.0 as a peripheral device, i included timer and sleep function in ble_app_beacon example code . I am getting fatal error in ble_stack_init function after advertising.
fatal error in ble_stack_init function after advertising.
ble_stack_init() must be called before advertising...
I am calling ble_stack_init() function before advertising only
Hi,
Can you try to debug to see exactly which function returns an error and what the error code is? If you are building with SES and have logging enabled, then it should be enough to select "Debug" instead of "Release" from the build configuration dropdown, and the log message should print all the details.