Advertisement
Guest User

Level2

a guest
Dec 15th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. C:\Users\Azath\AppData\Roaming\xPacks\@xpack-dev-tools\openocd\0.11.0-2.1\.content\bin>openocd.exe -f interface/jlink.cfg -c "transport select swd" -f target/stm32f1x.cfg -d4
  2. xPack OpenOCD x86_64 Open On-Chip Debugger 0.11.0+dev (2021-10-16-21:19)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. User : 3 3 options.c:63 configuration_output_handler(): debug_level: 4
  7. User : 4 4 options.c:63 configuration_output_handler():
  8. Debug: 5 6 options.c:244 add_default_dirs(): bindir=bin
  9. Debug: 6 8 options.c:245 add_default_dirs(): pkgdatadir=
  10. Debug: 7 9 options.c:246 add_default_dirs(): exepath=C:/Users/Azath/AppData/Roaming/xPacks/@xpack-dev-tools/openocd/0.11.0-2.1/.content/bin
  11. Debug: 8 18 options.c:247 add_default_dirs(): bin2data=../
  12. Debug: 9 19 configuration.c:44 add_script_search_dir(): adding C:/Users/Azath/AppData/Roaming/OpenOCD
  13. Debug: 10 23 configuration.c:44 add_script_search_dir(): adding C:/Users/Azath/AppData/Roaming/xPacks/@xpack-dev-tools/openocd/0.11.0-2.1/.content/bin/..//site
  14. Debug: 11 28 configuration.c:44 add_script_search_dir(): adding C:/Users/Azath/AppData/Roaming/xPacks/@xpack-dev-tools/openocd/0.11.0-2.1/.content/bin/..//scripts
  15. Debug: 12 31 command.c:201 script_debug(): command - ocd_find interface/jlink.cfg
  16. Debug: 13 33 configuration.c:99 find_file(): found interface/jlink.cfg
  17. Debug: 14 35 command.c:201 script_debug(): command - adapter driver jlink
  18. Debug: 15 37 command.c:201 script_debug(): command - transport select swd
  19. User : 16 38 options.c:63 configuration_output_handler(): swdUser : 17 40 options.c:63 configuration_output_handler():
  20. Debug: 18 41 command.c:201 script_debug(): command - ocd_find target/stm32f1x.cfg
  21. Debug: 19 44 configuration.c:99 find_file(): found target/stm32f1x.cfg
  22. Debug: 20 46 command.c:201 script_debug(): command - ocd_find target/swj-dp.tcl
  23. Debug: 21 48 configuration.c:99 find_file(): found target/swj-dp.tcl
  24. Debug: 22 49 command.c:201 script_debug(): command - transport select
  25. Debug: 23 51 command.c:201 script_debug(): command - ocd_find mem_helper.tcl
  26. Debug: 24 53 configuration.c:99 find_file(): found C:/Users/Azath/AppData/Roaming/xPacks/@xpack-dev-tools/openocd/0.11.0-2.1/.content/bin/..//scripts/mem_helper.tcl
  27. Debug: 25 56 command.c:201 script_debug(): command - add_usage_text mrw address
  28. Debug: 26 58 command.c:201 script_debug(): command - add_help_text mrw Returns value of word in memory.
  29. Debug: 27 62 command.c:201 script_debug(): command - add_usage_text mrh address
  30. Debug: 28 63 command.c:201 script_debug(): command - add_help_text mrh Returns value of halfword in memory.
  31. Debug: 29 66 command.c:201 script_debug(): command - add_usage_text mrb address
  32. Debug: 30 68 command.c:201 script_debug(): command - add_help_text mrb Returns value of byte in memory.
  33. Debug: 31 70 command.c:201 script_debug(): command - add_usage_text mmw address setbits clearbits
  34. Debug: 32 72 command.c:201 script_debug(): command - add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
  35. Debug: 33 76 command.c:201 script_debug(): command - transport select
  36. Debug: 34 78 command.c:201 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  37. Debug: 35 80 command.c:201 script_debug(): command - transport select
  38. Debug: 36 82 command.c:201 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  39. Debug: 37 84 command.c:201 script_debug(): command - transport select
  40. Debug: 38 86 command.c:201 script_debug(): command - expr [ string first "swd" $_TRANSPORT ] != -1
  41. Debug: 39 88 command.c:201 script_debug(): command - swd newdap stm32f1x cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x1ba01477
  42. Debug: 40 92 tcl.c:565 jim_newtap_cmd(): Creating New Tap, Chip: stm32f1x, Tap: cpu, Dotted: stm32f1x.cpu, 8 params
  43. Debug: 41 94 core.c:1478 jtag_tap_init(): Created Tap: stm32f1x.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  44. Debug: 42 96 command.c:201 script_debug(): command - dap create stm32f1x.dap -chain-position stm32f1x.cpu
  45. Debug: 43 98 command.c:201 script_debug(): command - transport select
  46. Debug: 44 99 command.c:201 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  47. Debug: 45 102 command.c:201 script_debug(): command - target create stm32f1x.cpu cortex_m -endian little -dap stm32f1x.dap
  48. Debug: 46 104 command.c:335 register_command(): command 'tpiu' is already registered
  49. Debug: 47 106 command.c:335 register_command(): command 'rtt' is already registered
  50. Debug: 48 110 command.c:201 script_debug(): command - stm32f1x.cpu configure -work-area-phys 0x20000000 -work-area-size 0x1000 -work-area-backup 0
  51. Debug: 49 113 target.c:2194 target_free_all_working_areas_restore(): freeing all working areas
  52. Debug: 50 116 target.c:2194 target_free_all_working_areas_restore(): freeing all working areas
  53. Debug: 51 118 target.c:2194 target_free_all_working_areas_restore(): freeing all working areas
  54. Debug: 52 120 command.c:201 script_debug(): command - flash bank stm32f1x.flash stm32f1x 0x08000000 0 0 0 stm32f1x.cpu
  55. Debug: 53 124 tcl.c:1317 handle_flash_bank_command(): 'stm32f1x' driver usage field missing
  56. Debug: 54 126 command.c:201 script_debug(): command - adapter speed 1000
  57. Debug: 55 128 core.c:1816 jtag_config_khz(): handle jtag khz
  58. Debug: 56 129 core.c:1779 adapter_khz_to_speed(): convert khz to interface specific speed value
  59. Debug: 57 131 core.c:1779 adapter_khz_to_speed(): convert khz to interface specific speed value
  60. Debug: 58 134 command.c:201 script_debug(): command - adapter srst delay 100
  61. Debug: 59 135 command.c:201 script_debug(): command - transport select
  62. Debug: 60 137 command.c:201 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  63. Debug: 61 140 command.c:201 script_debug(): command - reset_config srst_nogate
  64. Debug: 62 142 command.c:201 script_debug(): command - transport select
  65. Debug: 63 144 command.c:201 script_debug(): command - expr [ string first "hla" $_TRANSPORT ] != -1
  66. Debug: 64 146 command.c:201 script_debug(): command - cortex_m reset_config sysresetreq
  67. Debug: 65 148 command.c:201 script_debug(): command - stm32f1x.cpu configure -event examine-end
  68. # DBGMCU_CR |= DBG_WWDG_STOP | DBG_IWDG_STOP |
  69. # DBG_STANDBY | DBG_STOP | DBG_SLEEP
  70. mmw 0xE0042004 0x00000307 0
  71.  
  72. Debug: 66 155 command.c:201 script_debug(): command - stm32f1x.cpu configure -event trace-config
  73. # Set TRACE_IOEN; TRACE_MODE is set to async; when using sync
  74. # change this value accordingly to configure trace pins
  75. # assignment
  76. mmw 0xE0042004 0x00000020 0
  77.  
  78. Info : 67 165 target.c:4988 target_configure(): DEPRECATED target event trace-config; use TPIU events {pre,post}-{enable,disable}
  79. Info : 68 168 server.c:311 add_service(): Listening on port 6666 for tcl connections
  80. Info : 69 170 server.c:311 add_service(): Listening on port 4444 for telnet connections
  81. Debug: 70 173 command.c:201 script_debug(): command - init
  82. Debug: 71 174 command.c:201 script_debug(): command - target init
  83. Debug: 72 176 command.c:201 script_debug(): command - target names
  84. Debug: 73 178 command.c:201 script_debug(): command - stm32f1x.cpu cget -event gdb-flash-erase-start
  85. Debug: 74 180 command.c:201 script_debug(): command - stm32f1x.cpu configure -event gdb-flash-erase-start reset init
  86. Debug: 75 182 command.c:201 script_debug(): command - stm32f1x.cpu cget -event gdb-flash-write-end
  87. Debug: 76 184 command.c:201 script_debug(): command - stm32f1x.cpu configure -event gdb-flash-write-end reset halt
  88. Debug: 77 188 command.c:201 script_debug(): command - stm32f1x.cpu cget -event gdb-attach
  89. Debug: 78 191 command.c:201 script_debug(): command - stm32f1x.cpu configure -event gdb-attach halt 1000
  90. Debug: 79 193 target.c:1650 handle_target_init_command(): Initializing targets...
  91. Debug: 80 195 semihosting_common.c:99 semihosting_common_init():
  92. Debug: 81 197 jlink.c:648 jlink_init(): Using libjaylink 0.2.0 (compiled with 0.2.0)
  93. Debug: 82 212 jlink.c:527 jaylink_log_handler(): Found device (VID:PID = 1366:1020, bus:address = 001:001).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement