Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openocd UNEXPECTED idcode: 0x0bc11477 when flashing a stm32c0 #189

Open
FrankBau opened this issue May 30, 2024 · 1 comment
Open

openocd UNEXPECTED idcode: 0x0bc11477 when flashing a stm32c0 #189

FrankBau opened this issue May 30, 2024 · 1 comment

Comments

@FrankBau
Copy link

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!

@jortbmd
Copy link
Member

jortbmd commented May 30, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants