For the remote connection settings, I have at least the local connection settings but I tried other parameters to connect to the remote server and it didn't worked.
Remote settings:
Reading symbols from '/path/to/elfprojectr/zephyr.elf'
Finished reading symbols
Please check OUTPUT tab (Adapter Output) for output from JLinkGDBServer
Launching server: "JLinkGDBServer" "-if" "swd" "-port" "50000" "-swoport" "50001" "-telnetport" "50002" "-device" "nRF52840_xxAA"
this shows
After filing the ip and the port in time, this shows
And the remote server shows
It connects to the server but don't keep it.
I think it is waiting for some data as input but it doesn't get any then it close the socket.
I give a try with Native-Debug with the bellow settings, and it works, well not exactly the debug pointer was pointing in a thread. Better then nothing.
Hi,
I am able to debug locally but not remotely.
SETUP
Board:
RTOS:
Local setup:
Server setup:
LAUNCH.JSON
Local connection settings (working):
For the remote connection settings, I have at least the local connection settings but I tried other parameters to connect to the remote server and it didn't worked. Remote settings:
I select the Server debug
Debug Console shows
this shows
After filing the ip and the port in time, this shows
And the remote server shows
It connects to the server but don't keep it. I think it is waiting for some data as input but it doesn't get any then it close the socket.
I give a try with Native-Debug with the bellow settings, and it works, well not exactly the debug pointer was pointing in a thread. Better then nothing.
Any help to setup Cortex-Debug to connect remotely will be much appreciated. (lack of documentation)