Hi,
I want to program a nrf52832 module and a J-link debugger is on it's way. Until then I wanted to use my Black Magic Probe to flash and debug the application. I can successfully compile code on Windows 10 in Segger Embedded Studio (V5.34) and I can upload my binary with gdb:
I wanted to automate the task and also doing debugging in the IDE, but I can only set the following:
My question is: Can I somehow connect to my remote gdb server (COM7)?
Edit: after posting this, I found out that I can run blackmagic app on my PC and now I can connect to my module through TCP from CMD:
which returns:
Now back to the Segger IDE:
No matter what I do, I get the following log:
and on my gdb server:
And I'm stuck here, I don't know how to proceed.
Note: A few months ago I was able to flash and debug my application via gdb (tcp connection) in SES. My module was connected to a Raspberry Pi and I used OpenOCD.
Thank you in advance!