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

SoftDevice s110 and SDK v6.1

Hello, I have device with nrf51822-qfab and I need to run ble_app_template (use softdevice s110). What version of SoftDevice I must to use with SDK v6.1? About problem: It can't complete SOFTDEVICE_HANDLER_INIT; SDK 6.1 and SoftDevice s110 v7.3.0. Newest SDK v12 is not an option, because SD s130 takes 86% of flash.

Parents
  • According to the compatibility matrix, you are using the correct SoftDevice version (7.3.0). This SoftDevice version uses 88 kB.

    In SDK v6.1 the example called ble_app_template is setup to be used with the nRFgo Motherboard (nRF6310), is this the board you are using? Is the softdevice_handler_init(..) function returning any error codes?

  • How do you know that the code is stopping at SOFTDEVICE_HANDLER_INIT? If you add a breakpoint in line 508 in main.c ble_enable_params_t ble_enable_params;, do you hit that breakpoint?

    Also, what IROM/IRAM settings are you using?

Reply Children
No Data
Related