2015-08-08 06:02 AM
When I try to program my board using OpenOCD 0.8.0, I've get:
Open On-Chip Debugger 0.8.0 (2014-10-25-15:24)Licensed under GNU GPL v2For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.htmlsrst_only separate srst_nogate srst_open_drain connect_deassert_srstInfo : This adapter doesn't support configurable speedError: open failedin procedure 'transport'Runtime Error: extra/stm32f3-openocd.cfg:5: in procedure 'script' at file ''embedded:startup.tcl'', line 58in procedure 'init' called at file ''extra/stm32f3-openocd.cfg'', line 5More detailed report of the command'strace openocd -f board/stm32f3discovery.cfg -f extra/stm32f3-openocd.cfg -c ''stm_flash `pwd`/main.bin'' -c shutdown' is .Here is myhttps://github.com/mblythe86/stm32f3-discovery-basic-template/blob/master/extra/stm32f3-openocd.cfg
.How to do total hard reset? #openocd #c-programming2015-08-10 08:08 AM
Hi diakonov.igor,
1-Could you check your ST-Link driver? 2-What do you mean exactly by ''How to do total hard reset?'' ? if I understand your question, the reset buttom is dedicated to this issue. -Shahrzad-