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

Method to manually update project files for a new SOFTDEVICE version?

Just wondering if anyone knows a reliable method to update a project to use a new SOFTDEVICE version?

One that can be repeated for each new release.

I am using Segger Embedded Studio for my build env.

Something like...

A. Change these project settings

B. Move these files here

C. etc.

Parents
  • Hi Joseph, 

    Could you let me know which softdevice version and which SDK version you are using ? 

    When switching between minor versions of a softdevice, there isn't much have to be done in the application code. But if you are changing between major version of the softdevice, you would need to follow the migration guide comes with the softdevice. 

    If it's a major change, sometimes it's requires the change of other SDK's library as well, and it's maybe easier to just move the application code to an example in the new SDK+new softdevice. 

Reply
  • Hi Joseph, 

    Could you let me know which softdevice version and which SDK version you are using ? 

    When switching between minor versions of a softdevice, there isn't much have to be done in the application code. But if you are changing between major version of the softdevice, you would need to follow the migration guide comes with the softdevice. 

    If it's a major change, sometimes it's requires the change of other SDK's library as well, and it's maybe easier to just move the application code to an example in the new SDK+new softdevice. 

Children
No Data
Related