Advertisement
bashash

Untitled

Mar 23rd, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. xPack OpenOCD x86_64 Open On-Chip Debugger 0.11.0+dev (2021-12-07-17:33)
  2. Licensed under GNU GPL v2
  3. For bug reports, read
  4. http://openocd.org/doc/doxygen/bugs.html
  5. Info : only one transport option; autoselect 'jtag'
  6. Info : usb blaster interface using libftdi
  7. Error: unable to get latency timer
  8. Info : This adapter doesn't support configurable speed
  9. Info : JTAG tap: at91sam7s.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787 (<unknown>), part: 0xf0f0, ver: 0x3)
  10. Info : Embedded ICE version 1
  11. Info : at91sam7s.cpu: hardware has 2 breakpoint/watchpoint units
  12. Info : starting gdb server for at91sam7s.cpu on 3333
  13. Info : Listening on port 3333 for gdb connections
  14. Info : JTAG tap: at91sam7s.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787 (<unknown>), part: 0xf0f0, ver: 0x3)
  15. Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset.
  16. target halted in ARM state due to debug-request, current mode: Supervisor
  17. cpsr: 0x600000d3 pc: 0x0000361c
  18. requesting target halt and executing a soft reset
  19. target halted in ARM state due to debug-request, current mode: Supervisor
  20. cpsr: 0x600000d3 pc: 0x00000000
  21. Warn : NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
  22. Warn : NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
  23. ** Programming Started **
  24. ** Programming Finished **
  25. ** Verify Started **
  26. ** Verified OK **
  27. ** Resetting Target **
  28. Info : JTAG tap: at91sam7s.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787 (<unknown>), part: 0xf0f0, ver: 0x3)
  29. target halted in ARM state due to breakpoint, current mode: Supervisor
  30. cpsr: 0x600000d3 pc: 0x00200078
  31. Warn : NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
  32. Warn : NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
  33. shutdown command invoked
  34. Warn : Flash driver of at91sam7s.flash does not support free_driver_priv()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement