Hi,
I wanted to configure Embedded Studio to use a 3rd party debugger (Black Magic Probe) with gdb on WIndows.
From CMD I can connect to my module:
which returns
Display All
In the IDE I chose GDB Server as Target Connection and the following:
No matter what I did, always got the following logs:
and on my target:
I'm totally stuck here and no clue how to proceed.
Can you help me with a correct configuration?
Thank you in advance!
Adam
I wanted to configure Embedded Studio to use a 3rd party debugger (Black Magic Probe) with gdb on WIndows.
From CMD I can connect to my module:
Source Code
- Remote debugging using 192.168.1.164:2000
- Assert SRST during connect: enabled
- Target voltage: 2.09V
- Available Targets:
- No. Att Driver
- 1 Nordic nRF52 M4
- 2 Nordic nRF52 Access Port
- Attaching to Remote target
- warning: while parsing target description (at line 1): Target description specified unknown architecture "arm"
- warning: Could not load XML target description; ignoring
- 0x00000001 in ?? ()
- (gdb)
No matter what I did, always got the following logs:
I'm totally stuck here and no clue how to proceed.
Can you help me with a correct configuration?
Thank you in advance!
Adam