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

How do I convert Firmware from SDK15.0.0 to SDK17.0.2?

I have an example application executing on the nRF52840-DK on SDK15.0.0, see https://devzone.nordicsemi.com/f/nordic-q-a/67351/are-there-any-differences-between-sdk15-and-sdk17-in-configuring-custom-services

I need to have it converted so that it can execute on SDK17.0.2.

What steps do I need to follow to do achive that, is there a guide for that ?

Parents
  • Hello,

    There's a migration document included for every major SDK release which should cover any breaking changes for a particular release. Here's the one for SDK 17.0.2 for instance: Migration guide.

    When migrating projects from one SDK to another, I generally find it easiest to start with an existing example from the latest SDK, then import relevant code and changes from the original project. This will especially make sense for smaller projects that are already based on one of our existing SDK projects.

Reply
  • Hello,

    There's a migration document included for every major SDK release which should cover any breaking changes for a particular release. Here's the one for SDK 17.0.2 for instance: Migration guide.

    When migrating projects from one SDK to another, I generally find it easiest to start with an existing example from the latest SDK, then import relevant code and changes from the original project. This will especially make sense for smaller projects that are already based on one of our existing SDK projects.

Children
No Data
Related