Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.97 KB | None | 0 0
  1. openocd -f board/stm32f4discovery.cfg -c "reset_config trst_only combined" -c "program build/BLDC_4_ChibiOS.elf verify reset exit" # For openocd 0.9
  2. Open On-Chip Debugger 0.10.0
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5.     http://openocd.org/doc/doxygen/bugs.html
  6. Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
  7. adapter speed: 2000 kHz
  8. adapter_nsrst_delay: 100
  9. none separate
  10. srst_only separate srst_nogate srst_open_drain connect_deassert_srst
  11. trst_only combined trst_push_pull
  12. Info : Unable to match requested speed 2000 kHz, using 1800 kHz
  13. Info : Unable to match requested speed 2000 kHz, using 1800 kHz
  14. Info : clock speed 1800 kHz
  15. Error: open failed
  16. in procedure 'program'
  17. in procedure 'init' called at file "embedded:startup.tcl", line 506
  18. in procedure 'ocd_bouncer'
  19. ** OpenOCD init failed **
  20. shutdown command invoked
  21.  
  22. Makefile:289: recipe for target 'upload' failed
  23. make: *** [upload] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement