nRF Terminal extension in VS Code fails to connect in RTT mode

I installed the nRF Connect extension pack which also contains the nRF Terminal extension but I cannot make it work in VS Code

In the command pallette I select  nRF Terminal:Start Terminal, specify RTT as a connect method and hit Enter when prompted for device name, serial number and memory address.

There is a message "nRF terminal trying to connect" at the bottom of the VS Code window but it  never succeeds. I verified that the board is connected with JLink , the code is running and I can see output is printed in the JLink RTT Viewer 

Tried to send nRF:clear  but that did not help

Any ideas how to fix?

Thank you

Andy

Parents Reply
    1. Please check if you have refreshed the list of the connected device before you try to connect to RTT. Our developers believe that if something has changed in terms of connection, then it is not automatically updated in terms of device info indexing.


    2. the device details is populated with the --deviceversion flag for nrfjprog, which was added in nRF-Command-Line-Tools v10.8.0. Any earlier versions will fail to populate this view

    We do not know anything else that might affect this behavior

Children
Related