Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. platformio.ini:
  2.  
  3. [env:disco_f407vg]
  4. platform = ststm32
  5. board = disco_f407vg
  6. board_build.mcu = stm32f407vet6
  7. framework = libopencm3
  8. upload_protocol = stlink
  9.  
  10. Gives:
  11.  
  12. CURRENT: upload_protocol = stlink
  13. Uploading .pio\build\disco_f407vg\firmware.elf
  14. xPack OpenOCD, 64-bit Open On-Chip Debugger 0.10.0+dev (2019-07-17-11:28)
  15. Licensed under GNU GPL v2
  16. For bug reports, read
  17. http://openocd.org/doc/doxygen/bugs.html
  18. debug_level: 1
  19.  
  20. srst_only separate srst_nogate srst_open_drain connect_deassert_srst
  21.  
  22. Error: timed out while waiting for target halted
  23. embedded:startup.tcl:449: Error: ** Unable to reset target **
  24. in procedure 'program'
  25. in procedure 'program_error' called at file "embedded:startup.tcl", line 474
  26. at file "embedded:startup.tcl", line 449
  27. *** [upload] Error 1
  28. ==================================== [FAILED] Took 3.03 seconds ====================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement