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
  • It's pretty strange. Which SDK are you using ? Could you try to use SDK v6.1 with S120 v1.0 production ? Are you sure you haven't modified the source code, the example source code came with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false);

    I assume that you are testing s120/ble_app_hrs_c example, to allow the example to work you would need to connect the UART line properly and has a terminal running on the PC. Otherwise the simple uart may get stuck in the simple_uart_get loop.

Reply
  • It's pretty strange. Which SDK are you using ? Could you try to use SDK v6.1 with S120 v1.0 production ? Are you sure you haven't modified the source code, the example source code came with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false);

    I assume that you are testing s120/ble_app_hrs_c example, to allow the example to work you would need to connect the UART line properly and has a terminal running on the PC. Otherwise the simple uart may get stuck in the simple_uart_get loop.

Children
No Data
Related