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

SOFTDEVICE_HANDLER_INIT in nRF52832

Hello. Everyone. I'm Aaron and beginner in nRF52832. I have some serious problems with using the nRF52832. I'm trying "ble_peripheral\experimental_ble_app_blinky" in Keil Version5.and there is no External 32.729KHz crystal on my Board. Project is "ble_peripheral\experimental_ble_app_blinky\pca10036\s132" in examples

After upload flash firmware to nRF52832, chip stopped. I tried Debug, and then I think Reason is SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); what's the solution? image description This is line(function) that stopped in debug. image description setting fro softDevice

What's ROM and RAM setting for BLE? link text

Please help!.

Thank you fro reading.

Parents
  • Are you using the PCA10040 DK? Have you tried ble_peripheral/ble_app_beacon or ble_peripheral/ble_app_uart instead? They both should work right out of the box. And check if the Keil debugger has the monitor mode debug enabled as you cannot do the single step debug without the monitor mode debugging turned on (search monitor mode debug in this forum or read the chapter on monitor mode debug in the JLink/JTrace User Guide).

Reply
  • Are you using the PCA10040 DK? Have you tried ble_peripheral/ble_app_beacon or ble_peripheral/ble_app_uart instead? They both should work right out of the box. And check if the Keil debugger has the monitor mode debug enabled as you cannot do the single step debug without the monitor mode debugging turned on (search monitor mode debug in this forum or read the chapter on monitor mode debug in the JLink/JTrace User Guide).

Children
No Data
Related