Questions about visual study code

I want to develop it in visual study code.
I have a few problems right now

1. The left nrf icon in the attached image continues to disappear.
Whenever it disappears, if you remove it from the extension and restart the extension, the icon reappears, but if you turn off vs code and turn it back on, it disappears again.

2 create a new application does not create when you import a sample from the module directory and create a build configuration.

It hasn't been going on for several days due to the above two problems.
Please tell me the solution to the above

I would like to ask if there is no sdk about nrf5340 or nrf7002 in keil or ses. (vs code is too inconvenient)

1.

2.

Parents Reply Children
  • 1. The nRF Connect extension icon keeps disappearing, which seems to have caused problems with VS Code installing and erasing extensions.
    After removing the VS Code, Code folder, and .vscode folder, I reinstalled it and the problem was resolved.

    2. share the build log for the failed build

    SDK Path : C:\ncs\v2.7.0

    tool chain Path : C:\ncs\toolchains

    project Path : C:\ncs\advanced_non_blocking_internal_timer

    "C:\ncs\advanced_non_blocking_internal_timer\common"

    Path has no file "common.cmake", "common.conf", "common-pinctrl.dtsi", "nrfx_example.h" or "saadc_examples_common.c", "saadc_examples_common.h", "C:\n"cs\v2.7.0\modules\hal\nordic\nrfx\samples\src\nCopy and paste from the path rfx_saadc\common".

    "add configuration" run

    Before the change(CMakeList.txt)

    -> PROBLEMS :

    -> TERMINAL :

    After the change(CMakeList.txt)

    -> PROBLEMS :

    -> TERMINAL :

    If you reply, there will be an error

    I uploaded it as an image.

Related