This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to select softdevice version with KEIL

hi,

I am using nRF52832 with KEIL.
I want to use version6.0.0 softdevice, but I can't select from KEIL runtime library.

Also, the version that can be downloaded from ARM has not been updated. (Update stops in version 2.0.0)


How can I use softdevice version 6.0.0 ?
Can I set the target softdevice path in KEIL?

Thank you.

Parents
  • I didn't understand the relationship between SDK version and softdevice.
    I was trying to incorporate softdevice 6.1.0 into an SDK version 14.0.0 project.
    I adjusted the memory allocation, but I noticed that I was debugging that the softdevice function is not supported.
    The version of softdevice corresponding to the SDK version is determined.
    Therefore, if there are fatal bugs in the old SDK or softdevice currently in use, both must be updated.
  • Hi 

    The SDK and SoftDevice compatibility matrix, available here, show the relationship between SoftDevice and SDK versions. 

    As you can see SDK v14.0.0 is designed to work with S132 v5.0.x. 

    If you want to use S132 v6 you should use the latest, v6.1.1, and combine it with SDK v15.3.0. 

    Best regards
    Torbjørn

Reply
  • Hi 

    The SDK and SoftDevice compatibility matrix, available here, show the relationship between SoftDevice and SDK versions. 

    As you can see SDK v14.0.0 is designed to work with S132 v5.0.x. 

    If you want to use S132 v6 you should use the latest, v6.1.1, and combine it with SDK v15.3.0. 

    Best regards
    Torbjørn

Children
No Data