Phisik

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Debugger setup for Black Magic Probe? #23528
    Phisik
    Participant

    I suppose “Serial Plotter” feature, similar to that in Arduino IDE, would be useful. Especially for Arduino projects that you are currently implementing in VisualGDB.

    in reply to: Debugger setup for Black Magic Probe? #23401
    Phisik
    Participant

    Are you going to implement Live Variable for Arduino in the latest version? BMP has separate uart port. Is it possible to make uart data as a source for Live Variables in Arduino style?

    in reply to: Debugger setup for Black Magic Probe? #23313
    Phisik
    Participant

    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.
Viewing 3 posts - 1 through 3 (of 3 total)