Closed MarrekNozka closed 3 years ago
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. but i got same error
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.
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!