SOLVED: Using BlackMagic probe to upload frmware and debug
Yes, it is OK in cmd.exe,
but what about eclipse.
I have found this one post about .gdbinit file
https://esden.net/2014/12/29/black-magic-discovery/
Idea is to create .gdbinit in project root dir (e.g. ...\workspace\blink\.gdbinit) and run
arm-none-eabi-gdb - -command c:/path_to_.gdbinit
and even:
arm-none-eabi-gdb - -command c:/path_to_.gdbinit - -version
(- - = --)
It works in cmd.exe, but how to run in from Eclipse?
I've tried to specify it on "GDB Command:" in debug config, but it fail
Any more ideas?