I get the following message when trying to debug a STM32H723 with ST-Link. Please check TERMINAL tab (gdb-server) for output from c:\ST\STM32CubeIDE_1.5.1\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.win3...
openocd -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s "/Volumes/Crucial X8 2TB/Development/daisy/SimpleFMSynth" -f /Users/andrewcapon/.vscode/extensions/marus25.cortex-debug-1.3.4/support/openocd-helpers.tcl -f interface/stlink.cfg -f target/stm32h7x.cfg -c...
"executable": "./build/WLE5_Peripherals.elf", "name": "Debug STM32", "request": "launch", "type": "cortex-debug", "servertype": "openocd", "preLaunchTask": "Build STM", "device": "stm32wle5", "configFiles": [ "openocd.cfg" ], "svdFile": "{workspaceRoot}/STM32WLE5_...