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

Setting up Several Custom Services in one Application

Hello,

I am trying to create an application on my nRF52-DK using several custom service peripherals, each with 2+ characteristics. I have completed a few tutorials on adding custom services and creating more than one characteristic for a custom service, and I tried making an application that initialized two Services in an application each with two characteristics. I changed the "NRF_SDH_BLE_VS_UUID_COUNT" to two, and added the .c and .h files for each service. I believe I initialized the code in the main.c file correctly, but when I run the application I get an "<error> app: Fatal error" in the debug terminal; and the program stops at "NRF_BREAKPOINT_COND". No additional information on what my RAM_SIZE should be set at or anything. Does anybody understand how I can get more information about this "<error> app: Fatal error" message? I am working off of SEGGER Embedded Studio V 5.10b and the "nRF5_SDK_15.0.0_a53641a" SDK.

Related