This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Segger Embedded Studio + GDB Server (arm-none-eabi-gdb)

Has anyone managed to get arm-none-eabi-gdb to work with Segger Embedded Studio?

I'm trying to use a Black Magic Probe with SES. I can connect to the nRF dev board with the BMP probe and arm-none-eabi-gdb directly as follows:

arm-none-eabi-gdb.exe -x c:\gdbinit.txt

gdbinit.txt contains:

target extended-remote \\.\COM9
monitor swdp_scan
attach 1

but i can't figure out how to instruct SES to use my probe. The project settings has no option for a COM port, only localhost:port

Parents Reply Children
No Data
Related