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

Problem with s120 on nRF51822

Hi, I've tried to implement s120 softdevice (version 1.0.0 production ready) on NRF51822 Development Kit and run ble_app_multilink_central example from sdk 6.1.0 on it but there is a problem. Example doesn't work and during debug i discovered that problem appears in softdevice_handler_init() function during enabling interrupt SWI2_IRQn, just after softdevice is enabled. Chip hangs and nothing happens or HardFault is generated. Do you have any idea what can cause this problem?

BR Martin

Parents
  • Hi, Please make sure that you have placed the jumpers according the the image below. Otherwise the external LFCLK will not be connected to device, hence cause the hardfault. The other option is using the internal RC oscillator as the LF clock source. Just let me know if the problem persists.

    image description

Reply
  • Hi, Please make sure that you have placed the jumpers according the the image below. Otherwise the external LFCLK will not be connected to device, hence cause the hardfault. The other option is using the internal RC oscillator as the LF clock source. Just let me know if the problem persists.

    image description

Children
No Data
Related