Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Reading symbols from /Users/hackmodford/Code/PlatformIO/FSMotionController/.pio/build/due/firmware.elf...
  2. done.
  3. PlatformIO Unified Debugger -> http://bit.ly/pio-debug
  4. PlatformIO: debug_tool = atmel-ice
  5. PlatformIO: Initializing remote target...
  6. xPack OpenOCD, 64-bit Open On-Chip Debugger 0.10.0+dev (2019-07-17-15:21)
  7. Licensed under GNU GPL v2
  8. For bug reports, read
  9. http://openocd.org/doc/doxygen/bugs.html
  10. at91sam3X8E
  11. Info : auto-selecting first available session transport "swd". To override use 'transport select <transport>'.
  12. cortex_m reset_config sysresetreq
  13.  
  14. Info : tcl server disabled
  15. Info : telnet server disabled
  16. Info : CMSIS-DAP: SWD Supported
  17. Info : CMSIS-DAP: JTAG Supported
  18. Info : CMSIS-DAP: FW Version = 01.27.0082
  19. Info : CMSIS-DAP: Serial# = J41800107410
  20. Info : CMSIS-DAP: Interface Initialised (SWD)
  21. Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1
  22. Info : CMSIS-DAP: Interface ready
  23. Info : clock speed 500 kHz
  24. Info : SWD DPIDR 0x2ba01477
  25. Info : at91sam3X8E.cpu: hardware has 6 breakpoints, 4 watchpoints
  26. Info : at91sam3X8E.cpu: external reset detected
  27. Info : accepting 'gdb' connection from pipe
  28. target halted due to debug-request, current mode: Thread
  29. xPSR: 0x41000000 pc: 0x00087f94 msp: 0x20087fe8
  30. millis () at /Users/hackmodford/.platformio/packages/framework-arduinosam/cores/sam/wiring.c:26
  31. 26 {
  32. target halted due to debug-request, current mode: Thread
  33. xPSR: 0x01000000 pc: 0x00088f18 msp: 0x20088000
  34. target halted due to debug-request, current mode: Thread
  35. xPSR: 0x01000000 pc: 0x00088f18 msp: 0x20088000
  36. Loading section .text, size 0xe418 lma 0x80000
  37. Loading section .ARM.exidx, size 0x8 lma 0x8e418
  38. Loading section .relocate, size 0xa70 lma 0x8e420
  39. Start address 0x88f18, load size 61072
  40. Transfer rate: 34 KB/sec, 10178 bytes/write.
  41. target halted due to debug-request, current mode: Thread
  42. xPSR: 0x01000000 pc: 0x00088f18 msp: 0x20088000
  43. target halted due to debug-request, current mode: Thread
  44. xPSR: 0x01000000 pc: 0x00088f18 msp: 0x20088000
  45. PlatformIO: Initialization completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement