Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. //connect
  2. Connecting to target via SWD
  3. Found SW-DP with ID 0x1BA01477
  4. Active write protected STM32 device detected.
  5. This could cause problems during flash download.
  6. Note: Unsecuring will trigger a mass erase of the internal flash.
  7. Device will be unsecured now.
  8. Found SW-DP with ID 0x1BA01477
  9. Scanning AP map to find all available APs
  10. AP[1]: Stopped AP scan as end of AP map has been reached
  11. AP[0]: AHB-AP (IDR: 0x14770011)
  12. Iterating through AP map to find AHB-AP to use
  13. AP[0]: Core found
  14. AP[0]: AHB-AP ROM base: 0xE00FF000
  15. CPUID register: 0x411FC231. Implementer code: 0x41 (ARM)
  16. Found Cortex-M3 r1p1, Little endian.
  17. FPUnit: 6 code (BP) slots and 2 literal slots
  18. CoreSight components:
  19. ROMTbl[0] @ E00FF000
  20. ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 001BB000 SCS
  21. ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 001BB002 DWT
  22. ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 000BB003 FPB
  23. ROMTbl[0][3]: E0000000, CID: B105E00D, PID: 001BB001 ITM
  24. ROMTbl[0][4]: E0040000, CID: B105900D, PID: 001BB923 TPIU-Lite
  25. Cortex-M3 identified.
  26.  
  27.  
  28. //flash
  29.  
  30. J-Link connection not established yet but required for command.
  31. Connecting to J-Link via USB...O.K.
  32. Firmware: J-Link ARM V8 compiled Nov 28 2014 13:44:46
  33. Hardware version: V8.00
  34. S/N: 20150703
  35. License(s): RDI, FlashBP, FlashDL, JFlash, GDB
  36. VTref=3.306V
  37. Target connection not established yet but required for command.
  38. Device "STM32F103C8" selected.
  39.  
  40.  
  41. Connecting to target via SWD
  42. Found SW-DP with ID 0x1BA01477
  43. Active write protected STM32 device detected.
  44. This could cause problems during flash download.
  45. Note: Unsecuring will trigger a mass erase of the internal flash.
  46. Device will be unsecured now.
  47. Found SW-DP with ID 0x1BA01477
  48. Scanning AP map to find all available APs
  49. AP[1]: Stopped AP scan as end of AP map has been reached
  50. AP[0]: AHB-AP (IDR: 0x14770011)
  51. Iterating through AP map to find AHB-AP to use
  52. AP[0]: Core found
  53. AP[0]: AHB-AP ROM base: 0xE00FF000
  54. CPUID register: 0x411FC231. Implementer code: 0x41 (ARM)
  55. Found Cortex-M3 r1p1, Little endian.
  56. FPUnit: 6 code (BP) slots and 2 literal slots
  57. CoreSight components:
  58. ROMTbl[0] @ E00FF000
  59. ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 001BB000 SCS
  60. ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 001BB002 DWT
  61. ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 000BB003 FPB
  62. ROMTbl[0][3]: E0000000, CID: B105E00D, PID: 001BB001 ITM
  63. ROMTbl[0][4]: E0040000, CID: B105900D, PID: 001BB923 TPIU-Lite
  64. Cortex-M3 identified.
  65.  
  66. **************************
  67. WARNING: CPU could not be halted
  68. **************************
  69.  
  70. Downloading file [build/STM32CubeMx.hex]...
  71.  
  72. **************************
  73. WARNING: CPU could not be halted
  74. **************************
  75.  
  76.  
  77. ****** Error: Verification of RAMCode failed @ address 0x20000000.
  78. Write: 0xA801BE00 F0009900
  79. Read: 0x00000000 00000000
  80. Failed to prepare for programming.
  81. Failed to download RAMCode!
  82. Can not read register 16 (XPSR) while CPU is running
  83. Can not read register 20 (CFBP) while CPU is running
  84. Can not read register 0 (R0) while CPU is running
  85. Can not read register 1 (R1) while CPU is running
  86. Can not read register 2 (R2) while CPU is running
  87. Can not read register 3 (R3) while CPU is running
  88. Can not read register 4 (R4) while CPU is running
  89. Can not read register 5 (R5) while CPU is running
  90. Can not read register 6 (R6) while CPU is running
  91. Can not read register 7 (R7) while CPU is running
  92. Can not read register 8 (R8) while CPU is running
  93. Can not read register 9 (R9) while CPU is running
  94. Can not read register 10 (R10) while CPU is running
  95. Can not read register 11 (R11) while CPU is running
  96. Can not read register 12 (R12) while CPU is running
  97. Can not read register 14 (R14) while CPU is running
  98. Can not read register 15 (R15) while CPU
  99. Unspecified error -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement