Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. $ openocd -f interface/stlink-v2.cfg -f target/stm32f1x_stlink.cfg -c "init" -c "halt" -c "stm32f1x unlock 0" -c "shutdown"
  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. WARNING: target/stm32f1x_stlink.cfg is deprecated, please switch to target/stm32f1x.cfg
  7. Info : auto-selecting first available session transport "hla_swd". To override use 'transport select <transport>'.
  8. Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
  9. adapter speed: 1000 kHz
  10. adapter_nsrst_delay: 100
  11. none separate
  12. Info : Unable to match requested speed 1000 kHz, using 950 kHz
  13. Info : Unable to match requested speed 1000 kHz, using 950 kHz
  14. Info : clock speed 950 kHz
  15. Info : STLINK v2 JTAG v29 API v2 SWIM v7 VID 0x0483 PID 0x3748
  16. Info : using stlink api v2
  17. Info : Target voltage: 3.231196
  18. Info : stm32f1x.cpu: hardware has 6 breakpoints, 4 watchpoints
  19. Info : device id = 0x20036410
  20. Warn : STM32 flash size failed, probe inaccurate - assuming 128k flash
  21. Info : flash size = 128kbytes
  22. Info : Device Security Bit Set
  23. target halted due to breakpoint, current mode: Thread
  24. xPSR: 0x61000000 pc: 0x2000003a msp: 0xfffffffc
  25. stm32x unlocked.
  26. INFO: a reset or power cycle is required for the new settings to take effect.
  27. shutdown command invoked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement