Developing code for and debugging two STM32 systems, one a “Discovery” board, another a 7B3I display board.
Originally developed code using IAR, no problem with either STM32 system, flashing and debugging using ST via USB.
Ported to Visual Studio Pro 2022, with VisualGDB.
Can compile code for both projects with VisualGDB using IAR compiler.
Can download “Discovery” flash and debug.
Cannot download 7B3I flash, GDB session pane merely says “Load failed” in red, no other explanation.
7B3I is running, but running old code, not code I am attempting to flash.
Curiously, can set and hit breakpoints, but what’s happening with the debugger has nothing to do with what’s happening with the 7B3I target.
How can I manually flash the 7B3I and identify what’s going wrong with the flash process?