Advertisement
Guest User

eclipsep2

a guest
Sep 11th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. #################################
  2. eclipse popup :
  3. #################################
  4.  
  5. Error in final launch sequence
  6. Failed to execute MI command:
  7. -target-select remote localhost:3333
  8. Error message from debugger back end:
  9. Truncated register 16 in remote 'g' packet
  10. Failed to execute MI command:
  11. -target-select remote localhost:3333
  12. Error message from debugger back end:
  13. Truncated register 16 in remote 'g' packet
  14. Truncated register 16 in remote 'g' packet
  15.  
  16. #################################
  17. eclipse terminal:
  18. #################################
  19.  
  20.  
  21. Open On-Chip Debugger 0.11.0-g228ede4 (2022-09-07-23:36)
  22. Licensed under GNU GPL v2
  23. For bug reports, read
  24. http://openocd.org/doc/doxygen/bugs.html
  25. debug_level: 2
  26.  
  27. Info : only one transport option; autoselect 'swd'
  28. adapter speed: 5000 kHz
  29.  
  30. Info : Hardware thread awareness created
  31. Info : Hardware thread awareness created
  32. Info : RP2040 Flash Bank Command
  33. Started by GNU MCU Eclipse
  34. Info : Listening on port 6666 for tcl connections
  35. Info : Listening on port 4444 for telnet connections
  36. Info : clock speed 5000 kHz
  37. Info : SWD DPIDR 0x0bc12477
  38. Info : SWD DLPIDR 0x00000001
  39. Info : SWD DPIDR 0x0bc12477
  40. Info : SWD DLPIDR 0x10000001
  41. Info : rp2040.core0: hardware has 4 breakpoints, 2 watchpoints
  42. Info : rp2040.core1: hardware has 4 breakpoints, 2 watchpoints
  43. Info : starting gdb server for rp2040.core0 on 3333
  44. Info : Listening on port 3333 for gdb connections
  45. Info : accepting 'gdb' connection on tcp/3333
  46. target halted due to debug-request, current mode: Thread
  47. xPSR: 0x01000000 pc: 0x00000178 msp: 0x20041f00
  48. target halted due to debug-request, current mode: Thread
  49. xPSR: 0x61000000 pc: 0x10001154 msp: 0x20041fa0
  50. Info : RP2040 B0 Flash Probe: 2097152 bytes @10000000, in 512 sectors
  51.  
  52. Info : New GDB Connection: 1, Target rp2040.core0, state: halted
  53. Warn : Prefer GDB command "target extended-remote 3333" instead of "target remote 3333"
  54. Info : dropped 'gdb' connection
  55. shutdown command invoked
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement