Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. SEGGER J-Link GDB Server V5.00d Command Line Version
  2.  
  3. JLinkARM.dll V5.00d (DLL compiled Jun 17 2015 22:38:54)
  4.  
  5. -----GDB Server start settings-----
  6. GDBInit file: none
  7. GDB Server Listening port: 2331
  8. SWO raw output listening port: 2332
  9. Terminal I/O port: 2333
  10. Accept remote connection: localhost only
  11. Generate logfile: off
  12. Verify download: on
  13. Init regs on start: off
  14. Silent mode: off
  15. Single run mode: on
  16. Target connection timeout: 0 ms
  17. ------J-Link related settings------
  18. J-Link Host interface: USB
  19. J-Link script: none
  20. J-Link settings file: none
  21. ------Target related settings------
  22. Target device: STM32F417IG
  23. Target interface: JTAG
  24. Target interface speed: 0kHz
  25. Target endian: little
  26.  
  27. Connecting to J-Link...
  28. J-Link is connected.
  29. Firmware: J-Link Ultra V4 compiled May 22 2015 17:22:51
  30. Hardware: V4.00
  31. S/N: 504302258
  32. Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB
  33. Checking target voltage...
  34. Target voltage: 1.82 V
  35. Listening on TCP/IP port 2331
  36. Connecting to target...WARNING: Identified core does not match configuration. (Found: Cortex-M3, Configured: Cortex-M4)
  37. WARNING: Identified core does not match configuration. (Found: Cortex-M3, Configured: Cortex-M4)
  38.  
  39. J-Link found 1 JTAG device, Total IRLen = 4
  40. JTAG ID: 0x4BA00477 (Cortex-M3)
  41. Connected to target
  42. Waiting for GDB connection...Connected to 127.0.0.1
  43. Reading all registers
  44. Read 4 bytes @ address 0x100042D6 (Data = 0xBF00BF00)
  45. Target interface speed set to 1000 kHz
  46. Select auto target interface speed (4000 kHz)
  47. Flash breakpoints disabled
  48. Semi-hosting enabled (VectorAddr = 0x08)
  49. Semihosting I/O set to TELNET Client
  50. Resetting target
  51. Read 4 bytes @ address 0x100042D6 (Data = 0xBF00BF00)
  52. Reading 64 bytes @ address 0x1002FFC0
  53. Read 2 bytes @ address 0x10002F5E (Data = 0x1001)
  54. Read 2 bytes @ address 0x10002F8C (Data = 0xB662)
  55. Read 2 bytes @ address 0x10002FC6 (Data = 0x1001)
  56. Read 2 bytes @ address 0x10002FF6 (Data = 0x2300)
  57. WARNING: Failed to read memory @ address 0x0100000A
  58. Downloading 152 bytes @ address 0x01000000 - Verify failed
  59. Downloading 16184 bytes @ address 0x01000098 - Verify failed
  60. Downloading 16128 bytes @ address 0x01003FD0 - Verify failed
  61. Downloading 16112 bytes @ address 0x01007ED0 - Verify failed
  62. Downloading 16096 bytes @ address 0x0100BDC0 - Verify failed
  63. Downloading 16144 bytes @ address 0x0100FCA0 - Verify failed
  64. Downloading 16128 bytes @ address 0x01013BB0 - Verify failed
  65. Downloading 16176 bytes @ address 0x01017AB0 - Verify failed
  66. Downloading 11329 bytes @ address 0x0101B9E0 - Verify failed
  67. Downloading 8 bytes @ address 0x0101E621 - Verify failed
  68. Downloading 3456 bytes @ address 0x0101E629 - Verify failed
  69. Downloading 32 bytes @ address 0x0101F3A9 - Verify failed
  70. Writing register (PC = 0x01000008)
  71. Read 2 bytes @ address 0x10002F5E (Data = 0x1001)
  72. Read 2 bytes @ address 0x10002FC6 (Data = 0x1001)
  73. WARNING: Failed to read memory @ address 0x01000008
  74. Writing register (PC = 0x100004b0)
  75. Reading all registers
  76. Read 4 bytes @ address 0x100004B0 (Data = 0xD004F8DF)
  77. WARNING: Failed to read memory @ address 0xFFFFFFFF
  78. WARNING: Failed to read memory @ address 0xFFFFFFFF
  79. WARNING: Failed to read memory @ address 0x0100000A
  80. R0 = 00000000, R1 = 00000000, R2 = 00000000, R3 = 00000000
  81. R4 = 00000000, R5 = 00000000, R6 = 00000000, R7 = 00000000
  82. R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000
  83. R12= 00000000, R13= 10030000, MSP= 10030000, PSP= 00000000
  84. R14(LR) = FFFFFFFF, R15(PC) = 100004B0
  85. XPSR 01000000, APSR 00000000, EPSR 01000000, IPSR 00000000
  86. CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00
  87. Reading all registers
  88. Read 4 bytes @ address 0x100004B0 (Data = 0xD004F8DF)
  89. Starting target CPU...
  90. Debugger requested to halt target...
  91. ...Target halted (PC = 0x10004300)
  92. Reading all registers
  93. Read 4 bytes @ address 0x10004300 (Data = 0x50424770)
  94. Reading 64 bytes @ address 0x10020440
  95. GDB closed TCP/IP connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement