Advertisement
Guest User

Untitled

a guest
Feb 9th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.84 KB | None | 0 0
  1. Open On-Chip Debugger 0.11.0+dev-00664-gc540aed97 (2023-02-09-19:23)
  2. Licensed under GNU GPL v2
  3. For bug reports, read
  4. http://openocd.org/doc/doxygen/bugs.html
  5. User : 3 2 options.c:63 configuration_output_handler(): debug_level: 3
  6. User : 4 2 options.c:63 configuration_output_handler():
  7. Debug: 5 2 options.c:244 add_default_dirs(): bindir=/usr/local/bin
  8. Debug: 6 2 options.c:245 add_default_dirs(): pkgdatadir=/usr/local/share/openocd
  9. Debug: 7 2 options.c:246 add_default_dirs(): exepath=/usr/local/bin
  10. Debug: 8 2 options.c:247 add_default_dirs(): bin2data=../share/openocd
  11. Debug: 9 2 configuration.c:44 add_script_search_dir(): adding /root/.config/openocd
  12. Debug: 10 2 configuration.c:44 add_script_search_dir(): adding /root/.openocd
  13. Debug: 11 2 configuration.c:44 add_script_search_dir(): adding /usr/local/bin/../share/openocd/site
  14. Debug: 12 2 configuration.c:44 add_script_search_dir(): adding /usr/local/bin/../share/openocd/scripts
  15. Debug: 13 2 command.c:166 script_debug(): command - ocd_find interface/stlink.cfg
  16. Debug: 14 2 configuration.c:99 find_file(): found interface/stlink.cfg
  17. Debug: 15 2 command.c:166 script_debug(): command - adapter driver hla
  18. Debug: 16 3 command.c:166 script_debug(): command - hla_layout stlink
  19. Debug: 17 3 hla_interface.c:241 hl_interface_handle_layout_command(): hl_interface_handle_layout_command
  20. Debug: 18 3 command.c:166 script_debug(): command - hla_device_desc ST-LINK
  21. Debug: 19 3 hla_interface.c:228 hl_interface_handle_device_desc_command(): hl_interface_handle_device_desc_command
  22. Debug: 20 3 command.c:166 script_debug(): command - hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b 0x0483 0x374d 0x0483 0x374e 0x0483 0x374f 0x0483 0x3752 0x0483 0x3753 0x0483 0x3754
  23. Debug: 21 3 command.c:166 script_debug(): command - ocd_find board/quicklogic_quickfeather.cfg
  24. Debug: 22 3 configuration.c:99 find_file(): found board/quicklogic_quickfeather.cfg
  25. Debug: 23 3 command.c:166 script_debug(): command - reset_config none
  26. Debug: 24 3 command.c:166 script_debug(): command - transport select hla_swd
  27. Debug: 25 3 hla_transport.c:202 hl_swd_transport_select(): hl_swd_transport_select
  28. Debug: 26 3 command.c:166 script_debug(): command - ocd_find target/eos_s3.cfg
  29. Debug: 27 3 configuration.c:99 find_file(): found target/eos_s3.cfg
  30. Debug: 28 3 command.c:166 script_debug(): command - ocd_find target/swj-dp.tcl
  31. Debug: 29 3 configuration.c:99 find_file(): found target/swj-dp.tcl
  32. Debug: 30 4 command.c:166 script_debug(): command - transport select
  33. Debug: 31 4 command.c:166 script_debug(): command - transport select
  34. Debug: 32 4 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  35. Debug: 33 4 command.c:166 script_debug(): command - transport select
  36. Debug: 34 4 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  37. Debug: 35 4 command.c:166 script_debug(): command - transport select
  38. Debug: 36 4 command.c:166 script_debug(): command - expr [ string first "swd" $_TRANSPORT ] != -1
  39. Debug: 37 4 command.c:166 script_debug(): command - swd newdap eos_s3 cpu -irlen 4 -irmask 0xf -expected-id 0x2ba01477
  40. Debug: 38 4 hla_tcl.c:112 jim_hl_newtap_cmd(): Creating New Tap, Chip: eos_s3, Tap: cpu, Dotted: eos_s3.cpu, 6 params
  41. Debug: 39 4 hla_tcl.c:123 jim_hl_newtap_cmd(): Processing option: -irlen
  42. Debug: 40 4 hla_tcl.c:123 jim_hl_newtap_cmd(): Processing option: -irmask
  43. Debug: 41 4 hla_tcl.c:123 jim_hl_newtap_cmd(): Processing option: -expected-id
  44. Debug: 42 4 core.c:1468 jtag_tap_init(): Created Tap: eos_s3.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  45. Debug: 43 4 command.c:166 script_debug(): command - dap create eos_s3.dap -chain-position eos_s3.cpu
  46. Debug: 44 4 command.c:166 script_debug(): command - target create eos_s3.cpu cortex_m -dap eos_s3.dap
  47. Info : 45 4 target.c:6188 target_create(): The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
  48. Debug: 46 4 hla_target.c:204 adapter_target_create(): adapter_target_create
  49. Debug: 47 4 hla_target.c:174 adapter_init_arch_info(): adapter_init_arch_info
  50. Debug: 48 4 command.c:300 register_command(): command 'rtt' is already registered
  51. Debug: 49 4 command.c:300 register_command(): command 'tpiu' is already registered
  52. Debug: 50 4 command.c:166 script_debug(): command - eos_s3.cpu configure -work-area-phys 0x20000000 -work-area-size 0x80000 -work-area-backup 0
  53. Debug: 51 4 target.c:2204 target_free_all_working_areas_restore(): freeing all working areas
  54. Debug: 52 4 target.c:2204 target_free_all_working_areas_restore(): freeing all working areas
  55. Debug: 53 4 target.c:2204 target_free_all_working_areas_restore(): freeing all working areas
  56. Debug: 54 4 command.c:166 script_debug(): command - flash bank eos_s3.flash eoss3 0x00000000 0x200000 1 32 eos_s3.cpu
  57. Debug: 55 4 tcl.c:1316 handle_flash_bank_command(): 'eoss3' driver usage field missing
  58. Debug: 56 4 command.c:166 script_debug(): command - adapter speed 4000
  59. Debug: 57 4 adapter.c:180 adapter_config_khz(): handle adapter khz
  60. Debug: 58 5 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  61. Debug: 59 5 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  62. Debug: 60 5 command.c:166 script_debug(): command - transport select
  63. Debug: 61 5 command.c:166 script_debug(): command - expr [ string first "hla" $_TRANSPORT ] != -1
  64. Debug: 62 5 command.c:166 script_debug(): command - init
  65. Debug: 63 5 command.c:166 script_debug(): command - target init
  66. Debug: 64 5 command.c:166 script_debug(): command - target names
  67. Debug: 65 5 command.c:166 script_debug(): command - eos_s3.cpu cget -event gdb-flash-erase-start
  68. Debug: 66 5 command.c:166 script_debug(): command - eos_s3.cpu configure -event gdb-flash-erase-start reset init
  69. Debug: 67 5 command.c:166 script_debug(): command - eos_s3.cpu cget -event gdb-flash-write-end
  70. Debug: 68 5 command.c:166 script_debug(): command - eos_s3.cpu configure -event gdb-flash-write-end reset halt
  71. Debug: 69 5 command.c:166 script_debug(): command - eos_s3.cpu cget -event gdb-attach
  72. Debug: 70 5 command.c:166 script_debug(): command - eos_s3.cpu configure -event gdb-attach halt 1000
  73. Debug: 71 5 target.c:1661 handle_target_init_command(): Initializing targets...
  74. Debug: 72 5 hla_target.c:194 adapter_init_target(): adapter_init_target
  75. Debug: 73 5 semihosting_common.c:130 semihosting_common_init():
  76. Debug: 74 5 hla_interface.c:122 hl_interface_init(): hl_interface_init
  77. Debug: 75 5 hla_layout.c:95 hl_layout_init(): hl_layout_init
  78. Debug: 76 5 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  79. Debug: 77 5 adapter.c:148 adapter_khz_to_speed(): have adapter set up
  80. Debug: 78 5 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  81. Debug: 79 5 adapter.c:148 adapter_khz_to_speed(): have adapter set up
  82. Info : 80 5 adapter.c:108 adapter_init(): clock speed 4000 kHz
  83. Debug: 81 5 openocd.c:143 handle_init_command(): Debug Adapter init complete
  84. Debug: 82 5 command.c:166 script_debug(): command - transport init
  85. Debug: 83 5 transport.c:230 handle_transport_init(): handle_transport_init
  86. Debug: 84 5 hla_transport.c:154 hl_transport_init(): hl_transport_init
  87. Debug: 85 5 hla_transport.c:171 hl_transport_init(): current transport hla_swd
  88. Debug: 86 5 hla_interface.c:55 hl_interface_open(): hl_interface_open
  89. Debug: 87 5 hla_layout.c:40 hl_layout_open(): hl_layout_open
  90. Debug: 88 5 stlink_usb.c:3697 stlink_open(): stlink_open
  91. Debug: 89 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x3744 serial:
  92. Debug: 90 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x3748 serial:
  93. Debug: 91 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x374b serial:
  94. Debug: 92 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x374d serial:
  95. Debug: 93 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x374e serial:
  96. Debug: 94 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x374f serial:
  97. Debug: 95 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x3752 serial:
  98. Debug: 96 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x3753 serial:
  99. Debug: 97 5 stlink_usb.c:3709 stlink_open(): transport: 4 vid: 0x0483 pid: 0x3754 serial:
  100. Info : 98 8 stlink_usb.c:1438 stlink_usb_version(): STLINK V2J29S7 (API v2) VID:PID 0483:3748
  101. Debug: 99 9 stlink_usb.c:1663 stlink_usb_exit_mode(): MODE: 0x01
  102. Info : 100 10 stlink_usb.c:1474 stlink_usb_check_voltage(): Target voltage: 3.147567
  103. Debug: 101 10 stlink_usb.c:1731 stlink_usb_init_mode(): MODE: 0x01
  104. Debug: 102 10 stlink_usb.c:3097 stlink_dump_speed_map(): Supported clock speeds are:
  105. Debug: 103 10 stlink_usb.c:3100 stlink_dump_speed_map(): 4000 kHz
  106. Debug: 104 10 stlink_usb.c:3100 stlink_dump_speed_map(): 1800 kHz
  107. Debug: 105 10 stlink_usb.c:3100 stlink_dump_speed_map(): 1200 kHz
  108. Debug: 106 10 stlink_usb.c:3100 stlink_dump_speed_map(): 950 kHz
  109. Debug: 107 10 stlink_usb.c:3100 stlink_dump_speed_map(): 480 kHz
  110. Debug: 108 10 stlink_usb.c:3100 stlink_dump_speed_map(): 240 kHz
  111. Debug: 109 10 stlink_usb.c:3100 stlink_dump_speed_map(): 125 kHz
  112. Debug: 110 10 stlink_usb.c:3100 stlink_dump_speed_map(): 100 kHz
  113. Debug: 111 10 stlink_usb.c:3100 stlink_dump_speed_map(): 50 kHz
  114. Debug: 112 10 stlink_usb.c:3100 stlink_dump_speed_map(): 25 kHz
  115. Debug: 113 10 stlink_usb.c:3100 stlink_dump_speed_map(): 15 kHz
  116. Debug: 114 10 stlink_usb.c:3100 stlink_dump_speed_map(): 5 kHz
  117. Debug: 115 14 stlink_usb.c:1791 stlink_usb_init_mode(): MODE: 0x02
  118. Debug: 116 15 stlink_usb.c:4092 stlink_usb_open_ap(): AP 0 enabled
  119. Debug: 117 16 stlink_usb.c:3785 stlink_open(): Using TAR autoincrement: 4096
  120. Debug: 118 16 core.c:634 adapter_system_reset(): SRST line released
  121. Debug: 119 17 hla_interface.c:80 hl_interface_init_target(): hl_interface_init_target
  122. Debug: 120 17 stlink_usb.c:2024 stlink_usb_idcode(): IDCODE: 0x2BA01477
  123. Debug: 121 17 command.c:166 script_debug(): command - dap init
  124. Debug: 122 17 arm_dap.c:107 dap_init_all(): Initializing all DAPs ...
  125. Debug: 123 17 openocd.c:160 handle_init_command(): Examining targets...
  126. Debug: 124 17 target.c:1847 target_call_event_callbacks(): target event 19 (examine-start) for core eos_s3.cpu
  127. Debug: 125 17 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe000ed00 4 1
  128. Debug: 126 19 target.c:2631 target_read_u32(): address: 0xe000ed00, value: 0x410fc241
  129. Info : 127 19 cortex_m.c:2325 cortex_m_examine(): [eos_s3.cpu] Cortex-M4 r0p1 processor detected
  130. Debug: 128 19 cortex_m.c:2340 cortex_m_examine(): [eos_s3.cpu] cpuid: 0x410fc241
  131. Debug: 129 19 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe000ef40 4 1
  132. Debug: 130 20 target.c:2631 target_read_u32(): address: 0xe000ef40, value: 0x10110021
  133. Debug: 131 20 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe000ef44 4 1
  134. Debug: 132 22 target.c:2631 target_read_u32(): address: 0xe000ef44, value: 0x11000011
  135. Debug: 133 22 cortex_m.c:2348 cortex_m_examine(): [eos_s3.cpu] Cortex-M4 floating point feature FPv4_SP found
  136. Debug: 134 22 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe000edf0 4 1
  137. Debug: 135 23 target.c:2631 target_read_u32(): address: 0xe000edf0, value: 0x01090001
  138. Debug: 136 23 target.c:2719 target_write_u32(): address: 0xe000edfc, value: 0x01000000
  139. Debug: 137 23 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe000edfc 4 1
  140. Debug: 138 23 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe0002000 4 1
  141. Debug: 139 24 target.c:2631 target_read_u32(): address: 0xe0002000, value: 0x00000260
  142. Debug: 140 24 target.c:2719 target_write_u32(): address: 0xe0002008, value: 0x00000000
  143. Debug: 141 24 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0002008 4 1
  144. Debug: 142 25 target.c:2719 target_write_u32(): address: 0xe000200c, value: 0x00000000
  145. Debug: 143 25 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe000200c 4 1
  146. Debug: 144 26 target.c:2719 target_write_u32(): address: 0xe0002010, value: 0x00000000
  147. Debug: 145 26 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0002010 4 1
  148. Debug: 146 27 target.c:2719 target_write_u32(): address: 0xe0002014, value: 0x00000000
  149. Debug: 147 27 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0002014 4 1
  150. Debug: 148 28 target.c:2719 target_write_u32(): address: 0xe0002018, value: 0x00000000
  151. Debug: 149 28 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0002018 4 1
  152. Debug: 150 28 target.c:2719 target_write_u32(): address: 0xe000201c, value: 0x00000000
  153. Debug: 151 28 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe000201c 4 1
  154. Debug: 152 29 target.c:2719 target_write_u32(): address: 0xe0002020, value: 0x00000000
  155. Debug: 153 29 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0002020 4 1
  156. Debug: 154 30 target.c:2719 target_write_u32(): address: 0xe0002024, value: 0x00000000
  157. Debug: 155 30 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0002024 4 1
  158. Debug: 156 31 cortex_m.c:2430 cortex_m_examine(): [eos_s3.cpu] FPB fpcr 0x260, numcode 6, numlit 2
  159. Debug: 157 31 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe0001000 4 1
  160. Debug: 158 31 target.c:2631 target_read_u32(): address: 0xe0001000, value: 0x40000000
  161. Debug: 159 31 cortex_m.c:2165 cortex_m_dwt_setup(): [eos_s3.cpu] DWT_CTRL: 0x40000000
  162. Debug: 160 31 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe0001fbc 4 1
  163. Debug: 161 32 target.c:2631 target_read_u32(): address: 0xe0001fbc, value: 0x00000000
  164. Debug: 162 32 cortex_m.c:2172 cortex_m_dwt_setup(): [eos_s3.cpu] DWT_DEVARCH: 0x0
  165. Debug: 163 32 target.c:2719 target_write_u32(): address: 0xe0001028, value: 0x00000000
  166. Debug: 164 32 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0001028 4 1
  167. Debug: 165 33 target.c:2719 target_write_u32(): address: 0xe0001038, value: 0x00000000
  168. Debug: 166 33 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0001038 4 1
  169. Debug: 167 33 target.c:2719 target_write_u32(): address: 0xe0001048, value: 0x00000000
  170. Debug: 168 33 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0001048 4 1
  171. Debug: 169 34 target.c:2719 target_write_u32(): address: 0xe0001058, value: 0x00000000
  172. Debug: 170 34 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0xe0001058 4 1
  173. Debug: 171 35 cortex_m.c:2219 cortex_m_dwt_setup(): [eos_s3.cpu] DWT dwtcr 0x40000000, comp 4, watch/trigger
  174. Info : 172 35 cortex_m.c:2440 cortex_m_examine(): [eos_s3.cpu] target has 6 breakpoints, 4 watchpoints
  175. Debug: 173 35 target.c:1847 target_call_event_callbacks(): target event 21 (examine-end) for core eos_s3.cpu
  176. Debug: 174 35 command.c:166 script_debug(): command - flash init
  177. Debug: 175 35 tcl.c:1386 handle_flash_init_command(): Initializing flash devices...
  178. Debug: 176 35 command.c:166 script_debug(): command - nand init
  179. Debug: 177 36 tcl.c:498 handle_nand_init_command(): Initializing NAND devices...
  180. Debug: 178 36 command.c:166 script_debug(): command - pld init
  181. Debug: 179 36 pld.c:205 handle_pld_init_command(): Initializing PLDs...
  182. Debug: 180 36 command.c:166 script_debug(): command - tpiu init
  183. Info : 181 37 gdb_server.c:3774 gdb_target_start(): starting gdb server for eos_s3.cpu on 3333
  184. Info : 182 37 server.c:308 add_service(): Listening on port 3333 for gdb connections
  185. Debug: 183 37 command.c:166 script_debug(): command - reset init
  186. Debug: 184 37 target.c:1866 target_call_reset_callbacks(): target reset 3 (init)
  187. Debug: 185 37 command.c:166 script_debug(): command - expr [catch {ocd_process_reset_inner $MODE} result] == 0
  188. Debug: 186 37 command.c:166 script_debug(): command - target names
  189. Debug: 187 37 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-start
  190. Debug: 188 37 command.c:166 script_debug(): command - transport select
  191. Debug: 189 37 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  192. Debug: 190 37 command.c:166 script_debug(): command - transport select
  193. Debug: 191 37 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  194. Debug: 192 37 command.c:166 script_debug(): command - eos_s3.cpu invoke-event examine-start
  195. Debug: 193 37 command.c:166 script_debug(): command - eos_s3.cpu arp_examine allow-defer
  196. Debug: 194 37 command.c:166 script_debug(): command - eos_s3.cpu invoke-event examine-end
  197. Debug: 195 37 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-assert-pre
  198. Debug: 196 37 command.c:166 script_debug(): command - transport select
  199. Debug: 197 37 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  200. Debug: 198 38 command.c:166 script_debug(): command - eos_s3.cpu arp_reset assert 1
  201. Debug: 199 38 target.c:2204 target_free_all_working_areas_restore(): freeing all working areas
  202. Debug: 200 38 hla_target.c:347 hl_assert_reset(): hl_assert_reset
  203. Debug: 201 40 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-assert-post
  204. Debug: 202 40 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-deassert-pre
  205. Debug: 203 40 command.c:166 script_debug(): command - transport select
  206. Debug: 204 40 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  207. Debug: 205 40 command.c:166 script_debug(): command - eos_s3.cpu arp_reset deassert 1
  208. Debug: 206 40 target.c:2204 target_free_all_working_areas_restore(): freeing all working areas
  209. Debug: 207 40 hla_target.c:406 hl_deassert_reset(): hl_deassert_reset
  210. Debug: 208 40 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-deassert-post
  211. Debug: 209 40 command.c:166 script_debug(): command - transport select
  212. Debug: 210 40 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  213. Debug: 211 40 command.c:166 script_debug(): command - eos_s3.cpu was_examined
  214. Debug: 212 40 command.c:166 script_debug(): command - eos_s3.cpu arp_waitstate halted 1000
  215. Debug: 213 41 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0xe000edf8 4 1
  216. Debug: 214 42 target.c:2631 target_read_u32(): address: 0xe000edf8, value: 0xb706ee0b
  217. Debug: 215 42 armv7m.c:379 armv7m_read_core_reg(): read r0 value 0x42483524
  218. Debug: 216 42 armv7m.c:379 armv7m_read_core_reg(): read r1 value 0x2931b709
  219. Debug: 217 43 armv7m.c:379 armv7m_read_core_reg(): read r2 value 0x0944708c
  220. Debug: 218 43 armv7m.c:379 armv7m_read_core_reg(): read r3 value 0x2da32e7f
  221. Debug: 219 44 armv7m.c:379 armv7m_read_core_reg(): read r4 value 0x01080426
  222. Debug: 220 44 armv7m.c:379 armv7m_read_core_reg(): read r5 value 0xc56318b9
  223. Debug: 221 44 armv7m.c:379 armv7m_read_core_reg(): read r6 value 0xc9018940
  224. Debug: 222 45 armv7m.c:379 armv7m_read_core_reg(): read r7 value 0x17d1d9a1
  225. Debug: 223 45 armv7m.c:379 armv7m_read_core_reg(): read r8 value 0x201216e2
  226. Debug: 224 46 armv7m.c:379 armv7m_read_core_reg(): read r9 value 0x041605e7
  227. Debug: 225 46 armv7m.c:379 armv7m_read_core_reg(): read r10 value 0x24cc3126
  228. Debug: 226 47 armv7m.c:379 armv7m_read_core_reg(): read r11 value 0x1c92e601
  229. Debug: 227 47 armv7m.c:379 armv7m_read_core_reg(): read r12 value 0x096541b5
  230. Debug: 228 48 armv7m.c:379 armv7m_read_core_reg(): read sp value 0x822bb648
  231. Debug: 229 48 armv7m.c:379 armv7m_read_core_reg(): read lr value 0xffffffff
  232. Debug: 230 48 armv7m.c:379 armv7m_read_core_reg(): read pc value 0xc7aad2da
  233. Debug: 231 49 armv7m.c:379 armv7m_read_core_reg(): read xPSR value 0x00000000
  234. Debug: 232 49 armv7m.c:379 armv7m_read_core_reg(): read msp value 0x822bb648
  235. Debug: 233 50 armv7m.c:379 armv7m_read_core_reg(): read psp value 0xf44800c4
  236. Debug: 234 50 armv7m.c:379 armv7m_read_core_reg(): read pmsk_bpri_fltmsk_ctrl value 0x00000000
  237. Debug: 235 51 armv7m.c:377 armv7m_read_core_reg(): read d0 value 0x1bb0c07680fed71f
  238. Debug: 236 52 armv7m.c:377 armv7m_read_core_reg(): read d1 value 0x88b28b09b0d2dda3
  239. Debug: 237 52 armv7m.c:377 armv7m_read_core_reg(): read d2 value 0xce0a20408ee381e1
  240. Debug: 238 53 armv7m.c:377 armv7m_read_core_reg(): read d3 value 0x5a7c947bb02693dd
  241. Debug: 239 54 armv7m.c:377 armv7m_read_core_reg(): read d4 value 0xbbe66acfa1db2701
  242. Debug: 240 55 armv7m.c:377 armv7m_read_core_reg(): read d5 value 0x02be7265531d1a34
  243. Debug: 241 56 armv7m.c:377 armv7m_read_core_reg(): read d6 value 0xb6286a69d44966de
  244. Debug: 242 57 armv7m.c:377 armv7m_read_core_reg(): read d7 value 0x8702d3791444dce7
  245. Debug: 243 57 armv7m.c:377 armv7m_read_core_reg(): read d8 value 0x88602d49ca5ac531
  246. Debug: 244 58 armv7m.c:377 armv7m_read_core_reg(): read d9 value 0x8209042b9efd8277
  247. Debug: 245 59 armv7m.c:377 armv7m_read_core_reg(): read d10 value 0x4ac41f31a88bb024
  248. Debug: 246 60 armv7m.c:377 armv7m_read_core_reg(): read d11 value 0x0f6e9f0cd5c0d73b
  249. Debug: 247 61 armv7m.c:377 armv7m_read_core_reg(): read d12 value 0x11eda841cf810f25
  250. Debug: 248 62 armv7m.c:377 armv7m_read_core_reg(): read d13 value 0x49e08037848af2c6
  251. Debug: 249 63 armv7m.c:377 armv7m_read_core_reg(): read d14 value 0x9c6d8e762df6cf33
  252. Debug: 250 64 armv7m.c:377 armv7m_read_core_reg(): read d15 value 0x045b70d12664fb02
  253. Debug: 251 64 armv7m.c:379 armv7m_read_core_reg(): read fpscr value 0x00000000
  254. Debug: 252 65 hla_target.c:289 adapter_debug_entry(): entered debug state in core mode: Thread at PC 0xc7aad2da, target->state: halted
  255. Debug: 253 65 target.c:1847 target_call_event_callbacks(): target event 0 (gdb-halt) for core eos_s3.cpu
  256. Debug: 254 65 target.c:1847 target_call_event_callbacks(): target event 1 (halted) for core eos_s3.cpu
  257. User : 255 65 armv7m.c:740 armv7m_arch_state(): target halted due to debug-request, current mode: Thread
  258. xPSR: 00000000 pc: 0xc7aad2da msp: 0x822bb648
  259. Debug: 256 65 hla_target.c:334 adapter_poll(): halted: PC: 0xc7aad2da
  260. Debug: 257 65 command.c:166 script_debug(): command - eos_s3.cpu curstate
  261. Debug: 258 65 command.c:166 script_debug(): command - transport select
  262. Debug: 259 65 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  263. Debug: 260 65 command.c:166 script_debug(): command - eos_s3.cpu was_examined
  264. Debug: 261 65 command.c:166 script_debug(): command - eos_s3.cpu arp_waitstate halted 5000
  265. Debug: 262 65 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-init
  266. Debug: 263 65 command.c:166 script_debug(): command - eos_s3.cpu invoke-event reset-end
  267. Debug: 264 66 command.c:166 script_debug(): command - echo ** Programming Started **
  268. User : 265 66 command.c:696 handle_echo(): ** Programming Started **
  269. Debug: 266 66 command.c:166 script_debug(): command - flash write_image erase /home/joris/Uni/Scriptie/qorc-sdk/Initial-binaries/qf_loadflash.bin 0x0
  270. Debug: 267 69 configuration.c:99 find_file(): found /home/joris/Uni/Scriptie/qorc-sdk/Initial-binaries/qf_loadflash.bin
  271. Debug: 268 70 configuration.c:99 find_file(): found /home/joris/Uni/Scriptie/qorc-sdk/Initial-binaries/qf_loadflash.bin
  272. Debug: 269 70 target.c:2719 target_write_u32(): address: 0x40007008, value: 0x00000000
  273. Debug: 270 70 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007008 4 1
  274. Debug: 271 70 target.c:2719 target_write_u32(): address: 0x40007048, value: 0x000000ff
  275. Debug: 272 70 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007048 4 1
  276. Debug: 273 71 target.c:2719 target_write_u32(): address: 0x4000702c, value: 0x00000000
  277. Debug: 274 71 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x4000702c 4 1
  278. Debug: 275 72 target.c:2719 target_write_u32(): address: 0x40007014, value: 0x00000002
  279. Debug: 276 72 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007014 4 1
  280. Debug: 277 72 target.c:2719 target_write_u32(): address: 0x40007010, value: 0x00000000
  281. Debug: 278 72 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007010 4 1
  282. Debug: 279 73 target.c:2719 target_write_u32(): address: 0x40007000, value: 0x00000307
  283. Debug: 280 73 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007000 4 1
  284. Debug: 281 74 target.c:2719 target_write_u32(): address: 0x40007004, value: 0x00000003
  285. Debug: 282 74 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007004 4 1
  286. Debug: 283 74 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007028 4 1
  287. Debug: 284 75 target.c:2631 target_read_u32(): address: 0x40007028, value: 0x00000006
  288. Debug: 285 75 target.c:2719 target_write_u32(): address: 0x40007008, value: 0x00000001
  289. Debug: 286 75 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007008 4 1
  290. Debug: 287 76 target.c:2719 target_write_u32(): address: 0x40007060, value: 0x0000009f
  291. Debug: 288 76 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007060 4 1
  292. Debug: 289 77 target.c:2719 target_write_u32(): address: 0x40007010, value: 0x00000001
  293. Debug: 290 77 hla_target.c:620 adapter_write_memory(): adapter_write_memory 0x40007010 4 1
  294. Debug: 291 77 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007028 4 1
  295. Debug: 292 78 target.c:2631 target_read_u32(): address: 0x40007028, value: 0x0000000e
  296. Debug: 293 78 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007028 4 1
  297. Debug: 294 79 target.c:2631 target_read_u32(): address: 0x40007028, value: 0x0000000e
  298. Debug: 295 79 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007060 1 1
  299. Debug: 296 80 target.c:2677 target_read_u8(): address: 0x40007060, value: 0x00
  300. Debug: 297 80 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007028 4 1
  301. Debug: 298 81 target.c:2631 target_read_u32(): address: 0x40007028, value: 0x0000000e
  302. Debug: 299 81 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007060 1 1
  303. Debug: 300 81 target.c:2677 target_read_u8(): address: 0x40007060, value: 0x00
  304. Debug: 301 81 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007028 4 1
  305. Debug: 302 82 target.c:2631 target_read_u32(): address: 0x40007028, value: 0x0000000e
  306. Debug: 303 82 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007060 1 1
  307. Debug: 304 83 target.c:2677 target_read_u8(): address: 0x40007060, value: 0x00
  308. Debug: 305 83 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007028 4 1
  309. Debug: 306 84 target.c:2631 target_read_u32(): address: 0x40007028, value: 0x0000000e
  310. Debug: 307 84 hla_target.c:605 adapter_read_memory(): adapter_read_memory 0x40007060 1 1
  311. Debug: 308 84 target.c:2677 target_read_u8(): address: 0x40007060, value: 0x00
  312. Error: 309 84 eoss3.c:320 eoss3_flash_probe(): Unknown flash device (ID 0x00000000)
  313. Error: 310 84 core.c:327 get_flash_bank_by_addr(): auto_probe failed
  314. Debug: 311 85 command.c:555 run_command(): Command 'flash write_image' failed with error code -4
  315. Debug: 312 85 command.c:166 script_debug(): command - echo ** Programming Failed **
  316. User : 313 85 command.c:696 handle_echo(): ** Programming Failed **
  317. Debug: 314 85 command.c:166 script_debug(): command - shutdown error
  318. User : 315 85 server.c:761 handle_shutdown_command(): shutdown command invoked
  319. Debug: 316 85 command.c:555 run_command(): Command 'shutdown' failed with error code -4
  320. User : 317 86 command.c:619 command_run_line():
  321. Debug: 318 86 target.c:2204 target_free_all_working_areas_restore(): freeing all working areas
  322. Debug: 319 86 hla_interface.c:130 hl_interface_quit(): hl_interface_quit
  323. Debug: 320 86 stlink_usb.c:1663 stlink_usb_exit_mode(): MODE: 0x02
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement