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

Bluetooth Development Studio with Nordic plugin for SDK 13

Any update on possible when Nordic can update the Plugin to support SDK13?

I was informed that the Nordic Semiconductor v1.2.2 plugin does not support SDK13.

Although I see there is a description under SDK13 that indicates it works. Here

Parents
  • Hi,

    The last official release of the BDS-plugin was for SDK 11, and it’s therefore not up-to-date with many of the changes that has been introduced in the later SDK releases (e.g. app_trace that is used in SDK 11 is removed in SDK 12). That means that the code that the plugin generates is not 100% compatible with SDK 13. You can get it to work with SDK 13, but you will encounter several build errors that you will have to go through and fix “manually” in order to get the code to compile.

    We are working on updating the BDS plugin to support the latest SDK, but for the moment, I would recommend using SDK 11 if you want to use BDS.

    Hopefully a new version of the BDS plugin will be released later this year.

    EDIT:

    A new version of the BDS plugin for SDK 14.0 have now been released!

    You can find it at here.

Reply
  • Hi,

    The last official release of the BDS-plugin was for SDK 11, and it’s therefore not up-to-date with many of the changes that has been introduced in the later SDK releases (e.g. app_trace that is used in SDK 11 is removed in SDK 12). That means that the code that the plugin generates is not 100% compatible with SDK 13. You can get it to work with SDK 13, but you will encounter several build errors that you will have to go through and fix “manually” in order to get the code to compile.

    We are working on updating the BDS plugin to support the latest SDK, but for the moment, I would recommend using SDK 11 if you want to use BDS.

    Hopefully a new version of the BDS plugin will be released later this year.

    EDIT:

    A new version of the BDS plugin for SDK 14.0 have now been released!

    You can find it at here.

Children
Related