Advertisement
Guest User

Untitled

a guest
Sep 28th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. k@k-Latitude-xxxx:~/code/fw$ "/usr/local/bin/openocd" -f ./openocd.cfg -c "if {[catch {program build_debug/fw.elf verify}] != 0} {shutdown} else {reset run; shutdown}"
  2. Open On-Chip Debugger 0.11.0+dev-00561-gdbbac5f11 (2022-02-03-19:47)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. Info : auto-selecting first available session transport "hla_swd". To override use 'transport select <transport>'.
  7. Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
  8. Info : DEPRECATED target event trace-config; use TPIU events {pre,post}-{enable,disable}
  9. srst_only separate srst_nogate srst_open_drain connect_assert_srst
  10.  
  11. Info : clock speed 500 kHz
  12. Info : STLINK V2J39M27 (API v2) VID:PID 0483:374B
  13. Info : Target voltage: 3.255680
  14. Info : stm32wlx.cpu0: Cortex-M4 r0p1 processor detected
  15. Info : stm32wlx.cpu0: target has 6 breakpoints, 4 watchpoints
  16. Info : starting gdb server for stm32wlx.cpu0 on 3333
  17. Info : Listening on port 3333 for gdb connections
  18. Info : Unable to match requested speed 500 kHz, using 480 kHz
  19. Info : Unable to match requested speed 500 kHz, using 480 kHz
  20. target halted due to debug-request, current mode: Thread
  21. xPSR: 0x01000000 pc: 0x08005948 msp: 0x20008000
  22. ** Programming Started **
  23. Info : device idcode = 0x10016497 (STM32WLE/WL5x - Rev 'unknown' : 0x1001)
  24. Info : RDP level 0 (0xAA)
  25. Info : flash size = 256kbytes
  26. Info : flash mode : single-bank
  27. Warn : Adding extra erase range, 0x08005b48 .. 0x08005fff
  28. ** Programming Finished **
  29. ** Verify Started **
  30. ** Verified OK **
  31. Info : Unable to match requested speed 500 kHz, using 480 kHz
  32. Info : Unable to match requested speed 500 kHz, using 480 kHz
  33.  
  34. k@k-Latitude-xxxx:~/code/fw$ echo $?
  35. 1
  36. k@kLatitude-xxxx:~/code/fw$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement