-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error: Debug adapter doesn't support 'swim' transport #1
Comments
I installed xPack OpenOCD binaries and it works. |
Looks like the OpenOCD you used on your first attempt was too old. |
i'm using arch too. |
The transport SWIM has been moved away from HLA and is now in 'interface/stlink-dap.cfg' Use : openocd -f interface/stlink-dap.cfg -f target/stm8s105.cfg -c "init" -c "reset halt" |
Thank you very much. It's works with latest version of openocd. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I begin with stm8 (I have nucleo STM8S208RB). I use your HowTo. Thank you very much.
But I have problem with openocd. I compiled openocd from git repository.
I run:
I get this:
Where am I making mistake? Thanks!
The text was updated successfully, but these errors were encountered: