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

sdk10 s130 examples dont work

SDK10 examples work when built for s110. When building the same for s130, they do not run. Debugger indicates main() is not reached. Tried both Keil and armgcc.

SDK12.3.3 examples work with the same s130.

Parents
  • Are you using a softdevice version that is supported by the SDK? From the release notes of SDK v10.0.0:

    Supported SoftDevices:
        - S110 v8.0.0
        - S120 v2.1.0
        - S130 v1.0.0
        - S210 v5.0.0
        - S310 v3.0.0
    

    Also, are you using the s130 examples in the SDK, or are you modifying the s110 example? The softdevices have different FLASH/RAM requirements, so you should make sure this is correct if modifying the examples. See this tutorial for more details.

Reply
  • Are you using a softdevice version that is supported by the SDK? From the release notes of SDK v10.0.0:

    Supported SoftDevices:
        - S110 v8.0.0
        - S120 v2.1.0
        - S130 v1.0.0
        - S210 v5.0.0
        - S310 v3.0.0
    

    Also, are you using the s130 examples in the SDK, or are you modifying the s110 example? The softdevices have different FLASH/RAM requirements, so you should make sure this is correct if modifying the examples. See this tutorial for more details.

Children
No Data
Related