Advertisement
Guest User

Untitled

a guest
Oct 24th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.92 KB | Source Code | 0 0
  1. Debug: 17 1 log.c:251 handle_log_output_command(): set log_output to "ocd_log"
  2. Debug: 18 1 options.c:244 add_default_dirs(): bindir=/usr/bin
  3. Debug: 19 1 options.c:245 add_default_dirs(): pkgdatadir=/usr/share/openocd
  4. Debug: 20 1 options.c:246 add_default_dirs(): exepath=/usr/bin
  5. Debug: 21 1 options.c:247 add_default_dirs(): bin2data=../share/openocd
  6. Debug: 22 1 configuration.c:42 add_script_search_dir(): adding /home/stefano/.config/openocd
  7. Debug: 23 1 configuration.c:42 add_script_search_dir(): adding /home/stefano/.openocd
  8. Debug: 24 1 configuration.c:42 add_script_search_dir(): adding /usr/bin/../share/openocd/site
  9. Debug: 25 1 configuration.c:42 add_script_search_dir(): adding /usr/bin/../share/openocd/scripts
  10. Debug: 26 1 configuration.c:97 find_file(): found SWD_FT.cfg
  11. Debug: 27 1 command.c:146 script_debug(): command - adapter driver ftdi
  12. Debug: 29 1 command.c:146 script_debug(): command - transport select swd
  13. Info : 30 1 ftdi.c:1035 ftdi_swd_init(): FTDI SWD mode enabled
  14. Debug: 31 1 command.c:146 script_debug(): command - ftdi_vid_pid 0x0403 0x6010
  15. Debug: 33 1 command.c:146 script_debug(): command - ftdi_channel 0
  16. Debug: 35 1 command.c:146 script_debug(): command - ftdi_layout_init 0x0018 0x05fb
  17. Debug: 37 1 command.c:146 script_debug(): command - ftdi_layout_signal SWD_EN -data 1
  18. Debug: 39 1 command.c:146 script_debug(): command - ftdi_layout_signal nSRST -data 0x0010
  19. Debug: 41 1 command.c:146 script_debug(): command - bindto 0.0.0.0
  20. Debug: 43 1 configuration.c:97 find_file(): found ./stm32f0x_.cfg
  21. Debug: 44 1 configuration.c:97 find_file(): found /usr/bin/../share/openocd/scripts/target/swj-dp.tcl
  22. Debug: 45 1 command.c:146 script_debug(): command - transport select
  23. Debug: 46 1 configuration.c:97 find_file(): found /usr/bin/../share/openocd/scripts/mem_helper.tcl
  24. Debug: 47 1 command.c:146 script_debug(): command - add_usage_text mrw address
  25. Debug: 49 1 command.c:1115 help_add_command(): added 'mrw' help text
  26. Debug: 50 1 command.c:146 script_debug(): command - add_help_text mrw Returns value of word in memory.
  27. Debug: 52 1 command.c:1128 help_add_command(): added 'mrw' help text
  28. Debug: 53 1 command.c:146 script_debug(): command - add_usage_text mrh address
  29. Debug: 55 1 command.c:1115 help_add_command(): added 'mrh' help text
  30. Debug: 56 1 command.c:146 script_debug(): command - add_help_text mrh Returns value of halfword in memory.
  31. Debug: 58 1 command.c:1128 help_add_command(): added 'mrh' help text
  32. Debug: 59 1 command.c:146 script_debug(): command - add_usage_text mrb address
  33. Debug: 61 1 command.c:1115 help_add_command(): added 'mrb' help text
  34. Debug: 62 1 command.c:146 script_debug(): command - add_help_text mrb Returns value of byte in memory.
  35. Debug: 64 2 command.c:1128 help_add_command(): added 'mrb' help text
  36. Debug: 65 2 command.c:146 script_debug(): command - add_usage_text mmw address setbits clearbits
  37. Debug: 67 2 command.c:1115 help_add_command(): added 'mmw' help text
  38. Debug: 68 2 command.c:146 script_debug(): command - add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
  39. Debug: 70 2 command.c:1128 help_add_command(): added 'mmw' help text
  40. Debug: 71 2 command.c:146 script_debug(): command - transport select
  41. Debug: 72 2 command.c:146 script_debug(): command - transport select
  42. Debug: 73 2 command.c:146 script_debug(): command - swd newdap stm32f0x cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x0bb11477
  43. Debug: 74 2 tcl.c:571 jim_newtap_cmd(): Creating New Tap, Chip: stm32f0x, Tap: cpu, Dotted: stm32f0x.cpu, 8 params
  44. Debug: 75 2 core.c:1484 jtag_tap_init(): Created Tap: stm32f0x.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  45. Debug: 76 2 command.c:146 script_debug(): command - dap create stm32f0x.dap -chain-position stm32f0x.cpu
  46. Debug: 77 2 command.c:146 script_debug(): command - target create stm32f0x.cpu cortex_m -endian little -dap stm32f0x.dap
  47. Debug: 78 2 command.c:375 register_command(): command 'rtt' is already registered in '<global>' context
  48. Debug: 79 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -work-area-phys 0x20000000 -work-area-size 0x1000 -work-area-backup 0
  49. Debug: 80 2 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  50. Debug: 81 2 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  51. Debug: 82 2 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  52. Debug: 83 2 command.c:146 script_debug(): command - flash bank stm32f0x.flash stm32f1x 0x08000000 0 0 0 stm32f0x.cpu
  53. Debug: 85 2 tcl.c:1319 handle_flash_bank_command(): 'stm32f1x' driver usage field missing
  54. Debug: 86 2 command.c:146 script_debug(): command - adapter speed 1000
  55. Debug: 88 2 core.c:1822 jtag_config_khz(): handle jtag khz
  56. Debug: 89 2 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value
  57. Debug: 90 2 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value
  58. Debug: 91 2 command.c:146 script_debug(): command - adapter srst delay 100
  59. Debug: 93 2 command.c:146 script_debug(): command - reset_config srst_nogate
  60. Debug: 95 2 command.c:146 script_debug(): command - transport select
  61. Debug: 96 2 command.c:146 script_debug(): command - cortex_m reset_config sysresetreq
  62. Debug: 98 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -event examine-end stm32f0x_default_examine_end
  63. Debug: 99 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -event reset-start stm32f0x_default_reset_start
  64. Debug: 100 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -event reset-init stm32f0x_default_reset_init
  65. Info : 101 2 server.c:311 add_service(): Listening on port 6666 for tcl connections
  66. Info : 102 2 server.c:311 add_service(): Listening on port 4444 for telnet connections
  67. Debug: 103 2 command.c:146 script_debug(): command - init
  68. Debug: 105 2 command.c:146 script_debug(): command - target init
  69. Debug: 107 2 command.c:146 script_debug(): command - target names
  70. Debug: 108 2 command.c:146 script_debug(): command - stm32f0x.cpu cget -event gdb-flash-erase-start
  71. Debug: 109 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -event gdb-flash-erase-start reset init
  72. Debug: 110 2 command.c:146 script_debug(): command - stm32f0x.cpu cget -event gdb-flash-write-end
  73. Debug: 111 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -event gdb-flash-write-end reset halt
  74. Debug: 112 2 command.c:146 script_debug(): command - stm32f0x.cpu cget -event gdb-attach
  75. Debug: 113 2 command.c:146 script_debug(): command - stm32f0x.cpu configure -event gdb-attach halt 1000
  76. Debug: 114 2 target.c:1639 handle_target_init_command(): Initializing targets...
  77. Debug: 115 2 semihosting_common.c:99 semihosting_common_init():
  78. Debug: 116 2 ftdi.c:650 ftdi_initialize(): ftdi interface using shortest path jtag state transitions
  79. Debug: 117 6 mpsse.c:422 mpsse_purge(): -
  80. Debug: 118 6 mpsse.c:703 mpsse_loopback_config(): off
  81. Debug: 119 6 mpsse.c:748 mpsse_set_frequency(): target 1000000 Hz
  82. Debug: 120 6 mpsse.c:740 mpsse_rtck_config(): off
  83. Debug: 121 6 mpsse.c:729 mpsse_divide_by_5_config(): off
  84. Debug: 122 6 mpsse.c:709 mpsse_set_divisor(): 29
  85. Debug: 123 6 mpsse.c:772 mpsse_set_frequency(): actually 1000000 Hz
  86. Debug: 124 6 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value
  87. Debug: 125 6 core.c:1789 adapter_khz_to_speed(): have interface set up
  88. Debug: 126 6 mpsse.c:748 mpsse_set_frequency(): target 1000000 Hz
  89. Debug: 127 6 mpsse.c:740 mpsse_rtck_config(): off
  90. Debug: 128 6 mpsse.c:729 mpsse_divide_by_5_config(): off
  91. Debug: 129 6 mpsse.c:709 mpsse_set_divisor(): 29
  92. Debug: 130 6 mpsse.c:772 mpsse_set_frequency(): actually 1000000 Hz
  93. Debug: 131 6 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value
  94. Debug: 132 6 core.c:1789 adapter_khz_to_speed(): have interface set up
  95. Info : 133 6 core.c:1565 adapter_init(): clock speed 1000 kHz
  96. Debug: 134 6 openocd.c:143 handle_init_command(): Debug Adapter init complete
  97. Debug: 135 6 command.c:146 script_debug(): command - transport init
  98. Debug: 137 6 transport.c:229 handle_transport_init(): handle_transport_init
  99. Debug: 138 6 command.c:146 script_debug(): command - dap init
  100. Debug: 140 6 arm_dap.c:106 dap_init_all(): Initializing all DAPs ...
  101. Debug: 141 6 ftdi.c:1210 ftdi_swd_switch_seq(): JTAG-to-SWD
  102. Info : 142 6 adi_v5_swd.c:148 swd_connect(): SWD DPIDR 0x0bb11477
  103. Debug: 143 6 arm_adi_v5.c:653 dap_dp_init(): stm32f0x.dap
  104. Debug: 144 6 arm_adi_v5.c:685 dap_dp_init(): DAP: wait CDBGPWRUPACK
  105. Debug: 145 6 arm_adi_v5.h:506 dap_dp_poll_register(): DAP: poll 4, mask 0x20000000, value 0x20000000
  106. Debug: 146 7 command.c:628 run_command(): Command 'dap init' failed with error code -4
  107. User : 147 7 command.c:694 command_run_line():
  108. Debug: 148 7 command.c:628 run_command(): Command 'init' failed with error code -4
  109. User : 149 7 command.c:694 command_run_line():
  110. Debug: 150 7 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  111. Debug: 151 7 ftdi.c:1215 ftdi_swd_switch_seq(): SWD-to-JTAG
  112.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement