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

Getting Fatal error and System reset warning

Hi,

I tried to implement my custom service.

I followed the tutorial from this site:  https://github.com/bjornspockeli/custom_ble_service_example

For SDK 15.0 it works fine!

But on SDK 16, getting the following errors,

<info> app_timer: RTC: initialized.
<error> app: Fatal error
<warning> app: System reset

Used Device: nRF52832 of nRF52-DK Softdevice 132

Is there any change from SDK15 to 16 which will cause this problem?

Related