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?

  • No, I don't hit. I go to SOFTDEVICE_HANDLER_INIT() and that's all, I never hit to next line. In uint32_t softdevice_handler_init() I go to line 231 and that's all, I can't hit to 232 line breakpoint. And if I stop program when I'm in softdevice_handler_init() in call stack I don't see nothing, only main() function; IROM1 0x16000 start, size 0x9000; IRAM1 0x20002000 start, size 0x2000;

Reply
  • No, I don't hit. I go to SOFTDEVICE_HANDLER_INIT() and that's all, I never hit to next line. In uint32_t softdevice_handler_init() I go to line 231 and that's all, I can't hit to 232 line breakpoint. And if I stop program when I'm in softdevice_handler_init() in call stack I don't see nothing, only main() function; IROM1 0x16000 start, size 0x9000; IRAM1 0x20002000 start, size 0x2000;

Children
No Data
Related