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?

    1. Set optimization level 0 in target options -> C/C++ and define DEBUG in the preprocessor symbols.
    2. Place a break point next to while(loop)(line 59) and line 57, in app_error.h
    3. What for the error to happen, and read the value.
Reply Children
No Data
Related