Guest User

Untitled

a guest
Aug 31st, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. /home/<...>/dev/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/openocd -d2 -s /home/<...>/dev/zephyrproject/zephyr/<...>/boards/arm/<...>/support -s /home/<...>/dev/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts -f /home/<...>/dev/zephyrproject/zephyr/<...>/boards/arm/<...>/support/openocd.cfg -c init -c targets -c 'reset halt' -c 'flash write_image erase /home/<...>/dev/zephyrproject/zephyr/<...>/build/zephyr/zephyr.hex' -c 'reset halt' -c 'verify_image /home/<...>/dev/zephyrproject/zephyr/<...>/build/zephyr/zephyr.hex' -c 'reset run' -c shutdown
  2. Open On-Chip Debugger 0.11.0+dev-00724-g42b6471c1 (2022-08-17-18:23)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. debug_level: 2
  7.  
  8. ocd_process_reset_inner
  9. Info : XDS110: connected
  10. Info : XDS110: vid/pid = 0451/bef3
  11. Info : XDS110: firmware version = 3.0.0.18
  12. Info : XDS110: hardware version = 0x0027
  13. Info : XDS110: connected to target via SWD
  14. Info : XDS110: SWCLK set to 2500 kHz
  15. Info : clock speed 8500 kHz
  16. Info : SWD DPIDR 0x2ba01477
  17. Info : [cc32xx.cpu] Cortex-M4 r0p1 processor detected
  18. Info : [cc32xx.cpu] target has 6 breakpoints, 4 watchpoints
  19. Info : starting gdb server for cc32xx.cpu on 3333
  20. Info : Listening on port 3333 for gdb connections
  21. TargetName Type Endian TapName State
  22. -- ------------------ ---------- ------ ------------------ ------------
  23. 0* cc32xx.cpu cortex_m little cc32xx.cpu halted
  24.  
  25. requesting target halt and executing a soft reset
  26. Error: Could not write to register 'msp'
  27.  
  28. Info : XDS110: disconnected
  29.  
Add Comment
Please, Sign In to add comment