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

sd_softdevice_enable hardfault when I merge ble_app_blinky into blinky_rtc_freertos example

Hi There,

I facing one critical issue with softdevice, I cannot get it work in freertos environment.

Hardware: customized board based on PCA10056

SW: nRF5_SDK_15.2.0_9412b96

Change:

Merge ble_app_blinky example into blinky_rtc_freertos.

blinky_rtc_freertos_ble_added.zip

Problem:

when the program executed sd_softdevice_enable(&clock_lf_cfg, app_error_fault_handler) it will enter HardFault

  .thumb_func
  .weak   HardFault_Handler
HardFault_Handler:
  b     .

Parents Reply Children
No Data
Related