Open rtborg opened 4 months ago
I think you need to specify the target. Add these lines to launch.json:
"serverArgs": [
"-t", "STM32F303K8Tx"
],
I'm assuming that you've already have the cmsis pack installed. If not, also install it by executing pyocd pack install STM32F303K8Tx
I'm using pyocd 0.36.0 and STM32F303K8Tx. My VS Code launch configuration is:
The output I get when launching is below:
And the terminal tab output:
When running
west debug
, everything seems to work fine, but I want to get debugging working from VS code.