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.
Reply
  • 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.
Children
Related