2025-11-15 4:39 AM
Hi,
I'm trying to move towards developing in VSCode to not rely on VMs for the IDE. While code generation via CubeMX and flashing the device works as expected, I'm having issues trying to use the debugger on my STM32H747 DISCO board.
When using the latest (v3.6.4) It kept prompting command not found error.
Downgrading it to v2.1.1 seems to fix the issue and the debugger manages to run. However, it seems to always timed out waiting for the other core (CM4) to enters in stop mode. p.s. I am trying to debug the CM7 at the moment.
Is there something that needs to be done on the STLink server or .ioc file to make the debugger works? Any help will be be much appreciated