This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I change the SDK version of my program

The SDK version of the program I developed with SES is v1.5.0. Now change the development environment to vscode and import the program into vscode through "add an existing application" in the welcome interface of plug-in NRF connect. The compilation can be completed successfully. But I want to switch the SDK version to v1.7.0. I have downloaded the SDK of v1.7.0 in toolchain manager. What settings do I need on vscode to switch the SDK version to v1.7.0? thank you.

Parents
  • Hi,

    To use a different version of the SDK files and the toolchain you need to modify the configuration of Visual Studio Code. You can do this manually from File -> Preferences -> Settings (assuming you use Windows) and then search for "nRF". Then set the Nrf-connect: Topdir and Nrf-connect > Toolchain: Path.

    Alternatively,  you can choose from a list and get the configuration updated for you by using the Quick Setup GUI which you find here:

    Then select the SDK folder and toolchain folder:

Reply
  • Hi,

    To use a different version of the SDK files and the toolchain you need to modify the configuration of Visual Studio Code. You can do this manually from File -> Preferences -> Settings (assuming you use Windows) and then search for "nRF". Then set the Nrf-connect: Topdir and Nrf-connect > Toolchain: Path.

    Alternatively,  you can choose from a list and get the configuration updated for you by using the Quick Setup GUI which you find here:

    Then select the SDK folder and toolchain folder:

Children
No Data
Related