This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

'our_service' from tutorial is not advertising in SDK 15.3

SDK version - 15.3

Segger version - 5.42

DK - nRF52840

I'm a beginner and I was following this tutorial our_services. The code given in the tutorial worked for SDK 15 and s132 but when I tried this code on SDK 15.3 and 17 for s140, it is building and running successfully but not advertising the device name. When checked in debug it is giving "fatal error" and in call stack following errors :-

  • app_error_fault_handler(unsigned int id=0x00000000, unsigned int pc=0x3ff00000, unsigned int info=0x00000000)
  • app_error_handler_bare(unsigned int error code=0x00000004)
  • our_service_init(ble_os_t* p_our_service = 0x20002f78)

Steps to recreate the issue

  • Made copy of ble_app_template
  • Replaced the main.c files with the our_service.h, our_service.c and main.c
  • Modified the ble_app_template_pca10056_s140.emProject to include our_service.c and our_service.h file.
Parents Reply Children
No Data
Related