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

Using nRF Connect for VSCode with Segger JLINK remote server

Hello!

Recently, support for JLink Remote Server has been added to nrfjprog tool (with version 10.15.0), which is, as far as I know, used by VSCode extension under-the-hood. Is it already possible to use this feature from withing VSCode, so that a JLink connected to remote host can be accessed from "Connected Devices" tab? If no, is there a plan to add support for this feature?

This would make possible certain usage scenarios, for example development inside of devcontainer on Windows machines.

Best regards,
Vladislav

  • Hi Vladislav,

    There is no support for nrfjprog using JLink Remote Server in our extension for VS Studio code.
    We have no plans to implement it at the moment.

    If you want to use this, you will have to use the commandline either using nrfjprog or using west (west flash -r jlink ...).

    Regards,
    Sigurd Hellesvik

  • Hi Sigurd,

    Thank you. Too bad, I hoped it is at least planned. Commandline won't quite cut it since there won't be seamless integration for debugging and nRF Terminal (thinking of which, I don't think serial ports can be passed through JLink Remote Server anyway).

    Best regards,

    Vladislav

Related