I have been following this tutorial by Nordic trying to install nrfConnect for VS Code, nRF Connect for VS Code, part 3: Building an application, but I am facing several issues.
I've followed the instructions verbatim, although I did install different versions of Jlink, sdk, and toolchain. For both the sdk and toolchain, I installed versions 2.6.1 and I installed version 8.18 for Jlink.
Right now, VS code is not recognizing my nRF5340 dev kit, even though it is connected and both the sdk and toolchain are installed.
VS code also generated these problems:
- [{
"resource": "/cmake/version.cmake",
"owner": "nrf-connect",
"severity": 4,
"message": "Actual TF-M version is not available from Git repository. Settled to",
"source": "cmake",
"startLineNumber": 22,
"startColumn": 1,
"endLineNumber": 22,
"endColumn": 2147483647
}]
- [{
"resource": "/c:/nordic/myApps/blink_test/prj.conf",
"owner": "kconfig",
"severity": 2,
"message": "GPIO set more than once in the active context. Check files under Details View > Config files > Kconfig.. Old value \"y\", new value \"y\".",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 1
}]
Any help is appreciated, thanks.