This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

HardFault_Handler with s120

Hi all, I am using nrf51822, on pca10005 board, and debuging the s120/ble_app_hrs exple. I charged s120 v2.0 in memory. The problem that I have is when ble_stack_init() is executed, I get a HardFault_Handler. I triyed also with s120 v1.0 but I got the same problem. Could anyone help me please ?

Parents
  • Hi Hung Bui, thank you for replying. In fact, the SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_75_PPM, false) is causing the probleme, and precisely when calling sd_nvic_EnableIRQ(SWI2_IRQn) function. I think that the API headers are updated, and the board is pca10005 rev 2.2.0.

Reply
  • Hi Hung Bui, thank you for replying. In fact, the SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_75_PPM, false) is causing the probleme, and precisely when calling sd_nvic_EnableIRQ(SWI2_IRQn) function. I think that the API headers are updated, and the board is pca10005 rev 2.2.0.

Children
No Data
Related