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 error returning. It go softdevice_handler_init() -> then calling function sd_softdevice_enable(clock_source, softdevice_assertion_handler); clock_source = 0x00000008; softdevice_assertion_handler = 0x00018c00; and this function didn't return any error code.

Reply
  • No error returning. It go softdevice_handler_init() -> then calling function sd_softdevice_enable(clock_source, softdevice_assertion_handler); clock_source = 0x00000008; softdevice_assertion_handler = 0x00018c00; and this function didn't return any error code.

Children
No Data
Related