I confirm that BlackMagic Probe (made of blue pill) works fine with VisualGDB with v5.3r8. I use the following setup:
Debug settings page
Debug using: Full-custom mode
Arguments: -i mi $(TargetPath)
Working directory: $(ProjectDir)
Target selection command: leave empty
Additional GDB command page
Commands after selecting targer:
set mem inaccessible-by-default off
target extended-remote COM4
mon swdp_scan
attach 1
load
Without “set mem inaccessible-by-default off” VisualGDB is not able to read Hardware Registers, without “mon swdp_scan” BMP sometimes fails to attach.
The only feature I was not able to activate is Live Variables. In tutorial I found that this feature is for J-link only. But is there any way to activate this for BMP?
Attachments:
You must be
logged in to view attached files.