You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for opening up an issue! I have to manually update the file for all the different st targets. Will do this for a next release. Thanks so much for letting me know!
when flashing a stm32c0, like on stm32c0116-dk.
root cause: openocd.cfg contains on line 8:
source [find target/stm32f0x.cfg]
workaround: change to:
source [find target/stm32c0x.cfg]
thanks for your great vscode plugin!
The text was updated successfully, but these errors were encountered: