Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Error: jtag status contains invalid mode value - communication failure

Hello,

I use SW on Mac. I have custom board with STM32F405RGT. In Cube I set SYS/Debug to “Serial Wire”. Reset mode set “Connect under reset”.
Once I try to run it via ST Link v2 programmer, I’m getting following error:

------

Open On-Chip Debugger 0.10.0-dev-00010-g96aab7b (2018-07-13-06:43)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
srst_only separate srst_nogate srst_open_drain connect_assert_srst
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter_nsrst_delay: 100
adapter speed: 1800 kHz
Info : clock speed 1800 kHz
Info : STLINK v2 JTAG v28 API v2 SWIM v7 VID 0x0483 PID 0x3748
Info : vid/pid are not identical: 0x0483/0x374B 0x0483/0x3748
Info : using stlink api v2
Info : Target voltage: 3.251715
Info : Stlink adapter speed set to 1800 kHz
Info : STM32F405RGTx.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : Stlink adapter speed set to 1800 kHz
adapter speed: 1800 kHz
Error: jtag status contains invalid mode value - communication failure
TARGET: STM32F405RGTx.cpu - Not halted
in procedure ‘program’
in procedure ‘reset’ called at file “embedded:startup.tcl”, line 490
in procedure ‘ocd_bouncer’

Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F405RGTx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 100ms

    • Unable to reset target **

shutdown command invoked

------

At the same time I’m able to upload firmware by st-flash utility:

------

> st-info --probe
Found 1 stlink programmers
serial: 383f70064d55343259280943
openocd: “\x38\x3f\x70\x06\x4d\x55\x34\x32\x59\x28\x09\x43”
flash: 1048576 (pagesize: 16384)
sram: 196608
chipid: 0x0413
descr: F4 device

> st-flash --format ihex write black-pill.hex
st-flash 1.3.0
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Loading device parameters....
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Device connected is: F4 device, id 0x10076413
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: SRAM size: 0x30000 bytes (192 KiB), Flash: 0x100000 bytes (1024 KiB) in pages of 16384 bytes
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Attempting to write 4744 (0x1288) bytes to stm32 address: 134217728 (0x8000000)
Flash page at addr: 0x08000000 erased
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Finished erasing 1 pages of 16384 (0x4000) bytes
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Starting Flash write for F2/F4/L4
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/flash_loader.c: Successfully loaded flash loader in sram
enabling 32-bit flash writes
size: 4744
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Starting verification of write complete
2018-10-25T10:00:28 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Flash written and verified! jolly good!

------

Could you point me what’s wrong with SW setup?

Hello,

Did you connect reset line from STlink to F405 reset pin ?
If not, use the “Software system reset” in reset config.

Rgds,
Laurent


Can you add -d in openocd options in debugger tab in debug config to get the openocd debug log ?

This is log with “Connect under reset”:

Open On-Chip Debugger 0.10.0-dev-00010-g96aab7b (2018-07-13-06:43)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
User : 13 2 command.c:544 command_print(): debug_level: 3
Debug: 14 2 configuration.c:42 add_script_search_dir(): adding /Users/sergeyzwezdin/Temp/black-pill-code/black-pill
Debug: 15 2 configuration.c:42 add_script_search_dir(): adding /Users/sergeyzwezdin/eclipse/cpp-photon/Eclipse.app/Contents/Eclipse/../../../../../.p2/pool/plugins/fr.ac6.mcu.debug_2.2.0.201807130628/resources/openocd/st_scripts
Debug: 16 2 options.c:181 add_default_dirs(): bindir=/src/staging/openocd/macos64/bin
Debug: 17 2 options.c:182 add_default_dirs(): pkgdatadir=/src/staging/openocd/macos64/share/openocd
Debug: 18 2 options.c:183 add_default_dirs(): exepath=/Users/sergeyzwezdin/.p2/pool/plugins/fr.ac6.mcu.externaltools.openocd.macos64_1.18.0.201807130628/tools/openocd/bin
Debug: 19 2 options.c:184 add_default_dirs(): bin2data=../share/openocd
Debug: 20 2 configuration.c:42 add_script_search_dir(): adding /Users/sergeyzwezdin/.openocd
Debug: 21 2 configuration.c:42 add_script_search_dir(): adding /Users/sergeyzwezdin/.p2/pool/plugins/fr.ac6.mcu.externaltools.openocd.macos64_1.18.0.201807130628/tools/openocd/bin/../share/openocd/site
Debug: 22 2 configuration.c:42 add_script_search_dir(): adding /Users/sergeyzwezdin/.p2/pool/plugins/fr.ac6.mcu.externaltools.openocd.macos64_1.18.0.201807130628/tools/openocd/bin/../share/openocd/scripts
Debug: 23 2 configuration.c:82 find_file(): found black-pill Run.cfg
Debug: 24 2 configuration.c:82 find_file(): found /Users/sergeyzwezdin/eclipse/cpp-photon/Eclipse.app/Contents/Eclipse/../../../../../.p2/pool/plugins/fr.ac6.mcu.debug_2.2.0.201807130628/resources/openocd/st_scripts/interface/stlink.cfg
Debug: 25 2 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_interface hla
Debug: 26 2 command.c:143 script_debug(): command - interface ocd_interface hla
Debug: 28 2 command.c:364 register_command_handler(): registering ‘ocd_hla_device_desc’...
Debug: 29 2 command.c:364 register_command_handler(): registering ‘ocd_hla_serial’...
Debug: 30 2 command.c:364 register_command_handler(): registering ‘ocd_hla_layout’...
Debug: 31 2 command.c:364 register_command_handler(): registering ‘ocd_hla_vid_pid’...
Debug: 32 2 command.c:364 register_command_handler(): registering ‘ocd_hla_command’...
Debug: 33 2 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_hla_layout stlink
Debug: 34 2 command.c:143 script_debug(): command - hla_layout ocd_hla_layout stlink
Debug: 36 2 hla_interface.c:239 hl_interface_handle_layout_command(): hl_interface_handle_layout_command
Debug: 37 2 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_hla_device_desc ST-LINK
Debug: 38 2 command.c:143 script_debug(): command - hla_device_desc ocd_hla_device_desc ST-LINK
Debug: 40 2 hla_interface.c:213 hl_interface_handle_device_desc_command(): hl_interface_handle_device_desc_command
Debug: 41 2 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_hla_vid_pid 0x0483 0x374b
Debug: 42 2 command.c:143 script_debug(): command - hla_vid_pid ocd_hla_vid_pid 0x0483 0x374b
Debug: 44 2 hla_interface.c:267 hl_interface_handle_vid_pid_command(): hl_interface_handle_vid_pid_command
Debug: 45 2 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select hla_swd
Debug: 46 2 command.c:143 script_debug(): command - ocd_transport ocd_transport select hla_swd
Debug: 47 2 hla_transport.c:191 hl_transport_select(): hl_transport_select
Debug: 48 2 command.c:364 register_command_handler(): registering ‘ocd_hla’...
Debug: 49 2 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 50 2 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 51 2 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 52 2 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 53 2 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 54 3 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 55 3 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 56 3 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 57 3 command.c:364 register_command_handler(): registering ‘ocd_jtag’...
Debug: 58 3 command.c:364 register_command_handler(): registering ‘ocd_jtag_ntrst_delay’...
Debug: 59 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_reset_config srst_only srst_nogate connect_assert_srst
Debug: 60 3 command.c:143 script_debug(): command - reset_config ocd_reset_config srst_only srst_nogate connect_assert_srst
User : 62 3 command.c:544 command_print(): srst_only separate srst_nogate srst_open_drain connect_assert_srst
Debug: 63 3 configuration.c:82 find_file(): found /Users/sergeyzwezdin/eclipse/cpp-photon/Eclipse.app/Contents/Eclipse/../../../../../.p2/pool/plugins/fr.ac6.mcu.debug_2.2.0.201807130628/resources/openocd/st_scripts/target/stm32f4x.cfg
Debug: 64 3 configuration.c:82 find_file(): found /Users/sergeyzwezdin/eclipse/cpp-photon/Eclipse.app/Contents/Eclipse/../../../../../.p2/pool/plugins/fr.ac6.mcu.debug_2.2.0.201807130628/resources/openocd/st_scripts/target/swj-dp.tcl
Debug: 65 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 66 3 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 67 3 configuration.c:82 find_file(): found /Users/sergeyzwezdin/eclipse/cpp-photon/Eclipse.app/Contents/Eclipse/../../../../../.p2/pool/plugins/fr.ac6.mcu.debug_2.2.0.201807130628/resources/openocd/st_scripts/mem_helper.tcl
Debug: 68 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mrw address
Debug: 69 3 command.c:143 script_debug(): command - add_usage_text ocd_add_usage_text mrw address
Debug: 71 3 command.c:1098 help_add_command(): added ‘mrw’ help text
Debug: 72 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mrw Returns value of word in memory.
Debug: 73 3 command.c:143 script_debug(): command - add_help_text ocd_add_help_text mrw Returns value of word in memory.
Debug: 75 3 command.c:1111 help_add_command(): added ‘mrw’ help text
Debug: 76 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mrb address
Debug: 77 3 command.c:143 script_debug(): command - add_usage_text ocd_add_usage_text mrb address
Debug: 79 3 command.c:1098 help_add_command(): added ‘mrb’ help text
Debug: 80 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mrb Returns value of byte in memory.
Debug: 81 3 command.c:143 script_debug(): command - add_help_text ocd_add_help_text mrb Returns value of byte in memory.
Debug: 83 3 command.c:1111 help_add_command(): added ‘mrb’ help text
Debug: 84 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mmw address setbits clearbits
Debug: 85 3 command.c:143 script_debug(): command - add_usage_text ocd_add_usage_text mmw address setbits clearbits
Debug: 87 3 command.c:1098 help_add_command(): added ‘mmw’ help text
Debug: 88 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
Debug: 89 3 command.c:143 script_debug(): command - add_help_text ocd_add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
Debug: 91 3 command.c:1111 help_add_command(): added ‘mmw’ help text
Debug: 92 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 93 3 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 94 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 95 3 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 96 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 97 3 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 98 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 99 3 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 100 3 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_hla newtap STM32F405RGTx cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x2ba01477
Debug: 101 3 command.c:143 script_debug(): command - ocd_hla ocd_hla newtap STM32F405RGTx cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x2ba01477
Debug: 102 3 hla_tcl.c:116 jim_hl_newtap_cmd(): Creating New Tap, Chip: STM32F405RGTx, Tap: cpu, Dotted: STM32F405RGTx.cpu, 8 params
Debug: 103 3 hla_tcl.c:126 jim_hl_newtap_cmd(): Processing option: -irlen
Debug: 104 3 hla_tcl.c:126 jim_hl_newtap_cmd(): Processing option: -ircapture
Debug: 105 3 hla_tcl.c:126 jim_hl_newtap_cmd(): Processing option: -irmask
Debug: 106 3 hla_tcl.c:126 jim_hl_newtap_cmd(): Processing option: -expected-id
Debug: 107 3 core.c:1304 jtag_tap_init(): Created Tap: STM32F405RGTx.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
Debug: 108 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 109 4 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 110 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_target create STM32F405RGTx.cpu cortex_m -endian little -chain-position STM32F405RGTx.cpu
Debug: 111 4 command.c:143 script_debug(): command - ocd_target ocd_target create STM32F405RGTx.cpu cortex_m -endian little -chain-position STM32F405RGTx.cpu
Info : 112 4 target.c:5471 target_create(): The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Debug: 113 4 target.c:1920 target_free_all_working_areas_restore(): freeing all working areas
Debug: 114 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 115 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 116 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 117 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 118 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 119 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 120 4 command.c:364 register_command_handler(): registering ‘ocd_arm’...
Debug: 121 4 command.c:364 register_command_handler(): registering ‘ocd_tpiu’...
Debug: 122 4 command.c:364 register_command_handler(): registering ‘ocd_itm’...
Debug: 123 4 command.c:364 register_command_handler(): registering ‘ocd_itm’...
Debug: 124 4 hla_target.c:351 adapter_target_create(): adapter_target_create
Debug: 125 4 hla_target.c:322 adapter_init_arch_info(): adapter_init_arch_info
Debug: 126 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 127 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 128 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 129 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 130 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 131 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 132 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 133 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 134 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 135 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 136 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 137 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 138 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 139 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 140 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 141 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 142 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 143 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 144 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 145 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 146 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 147 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 148 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 149 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 150 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 151 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 152 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 153 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 154 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 155 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 156 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 157 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 158 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 159 4 command.c:364 register_command_handler(): registering ‘ocd_STM32F405RGTx.cpu’...
Debug: 160 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -work-area-phys 0x20000000 -work-area-size 0x8000 -work-area-backup 0
Debug: 161 4 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -work-area-phys 0x20000000 -work-area-size 0x8000 -work-area-backup 0
Debug: 162 4 target.c:1920 target_free_all_working_areas_restore(): freeing all working areas
Debug: 163 4 target.c:1920 target_free_all_working_areas_restore(): freeing all working areas
Debug: 164 4 target.c:1920 target_free_all_working_areas_restore(): freeing all working areas
Debug: 165 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_flash bank STM32F405RGTx.flash stm32f2x 0 0 0 0 STM32F405RGTx.cpu
Debug: 166 4 command.c:143 script_debug(): command - ocd_flash ocd_flash bank STM32F405RGTx.flash stm32f2x 0 0 0 0 STM32F405RGTx.cpu
Debug: 168 4 command.c:364 register_command_handler(): registering ‘ocd_stm32f2x’...
Debug: 169 4 command.c:364 register_command_handler(): registering ‘ocd_stm32f2x’...
Debug: 170 4 command.c:364 register_command_handler(): registering ‘ocd_stm32f2x’...
Debug: 171 4 tcl.c:1131 handle_flash_bank_command(): ‘stm32f2x’ driver usage field missing
Debug: 172 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_adapter_nsrst_delay 100
Debug: 173 4 command.c:143 script_debug(): command - adapter_nsrst_delay ocd_adapter_nsrst_delay 100
User : 175 4 command.c:544 command_print(): adapter_nsrst_delay: 100
Debug: 176 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 177 4 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 178 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 1800
Debug: 179 4 command.c:143 script_debug(): command - adapter_khz ocd_adapter_khz 1800
Debug: 181 4 core.c:1631 jtag_config_khz(): handle jtag khz
Debug: 182 4 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 183 4 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
User : 184 4 command.c:544 command_print(): adapter speed: 1800 kHz
Debug: 185 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 186 4 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 187 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event examine-end
global ENABLE_LOW_POWER
global STOP_WATCHDOG

if { expr ($ENABLE_LOW_POWER == 1) } {
# Enable debug during low power modes (uses more power)
# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
mmw 0xE0042004 0x00000007 0
}
if { expr ($ENABLE_LOW_POWER == 0) } {
# Disable debug during low power modes
# DBGMCU_CR |= ~(DBG_STANDBY | DBG_STOP | DBG_SLEEP)
mmw 0xE0042004 0 0x00000007
}
if { expr ($STOP_WATCHDOG == 1) } {
# Stop watchdog counters during halt
# DBGMCU_APB1_FZ |= DBG_IWDG_STOP | DBG_WWDG_STOP
mmw 0xE0042008 0x00001800 0
}
if { expr ($STOP_WATCHDOG == 0) } {
# Don’t stop watchdog counters during halt
# DBGMCU_APB1_FZ |= ~(DBG_IWDG_STOP | DBG_WWDG_STOP)
mmw 0xE0042008 0 0x00001800
}

Debug: 188 4 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event examine-end
global ENABLE_LOW_POWER
global STOP_WATCHDOG

if { expr ($ENABLE_LOW_POWER == 1) } {
# Enable debug during low power modes (uses more power)
# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
mmw 0xE0042004 0x00000007 0
}
if { expr ($ENABLE_LOW_POWER == 0) } {
# Disable debug during low power modes
# DBGMCU_CR |= ~(DBG_STANDBY | DBG_STOP | DBG_SLEEP)
mmw 0xE0042004 0 0x00000007
}
if { expr ($STOP_WATCHDOG == 1) } {
# Stop watchdog counters during halt
# DBGMCU_APB1_FZ |= DBG_IWDG_STOP | DBG_WWDG_STOP
mmw 0xE0042008 0x00001800 0
}
if { expr ($STOP_WATCHDOG == 0) } {
# Don’t stop watchdog counters during halt
# DBGMCU_APB1_FZ |= ~(DBG_IWDG_STOP | DBG_WWDG_STOP)
mmw 0xE0042008 0 0x00001800
}

Debug: 189 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event trace-config
# Set TRACE_IOEN; TRACE_MODE is set to async; when using sync
# change this value accordingly to configure trace pins
# assignment
mmw 0xE0042004 0x00000020 0

Debug: 190 4 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event trace-config
# Set TRACE_IOEN; TRACE_MODE is set to async; when using sync
# change this value accordingly to configure trace pins
# assignment
mmw 0xE0042004 0x00000020 0

Debug: 191 4 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event reset-start
if {using_jtag} {
adapter_khz 1125
} else {
adapter_khz 1800
}

Debug: 192 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event reset-start
if {using_jtag} {
adapter_khz 1125
} else {
adapter_khz 1800
}

Debug: 193 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event reset-init
global _CLOCK_FREQ

echo “configuring PLL”
# Configure PLL to boost clock to HSI x 8 (64 MHz)
mww 0x40023800 0x00008a81 ;# RCC_CR = HSICALbogus = 138 | HSITRIM16 | HSION (reset value)
mww 0x40023808 0x00000000 ;# RCC_CFGR = (all = div1), select HSI as main clock source. (reset value)
mww 0x4002380c 0x00000000 ;# RCC_CIR = 0, all off. (reset value)
mww 0x40023804 0x24403010 ;# RCC_PLLCFGR = PLLQdiv4 | PLLSRCHSI | PLLPdiv2 | PLLNmul192 | PLLMdiv16 (reset value)
mww 0x40023c00 0x00000103 ;# FLASH_ACR = PRFTEN | LATENCY2 (we’ll run at 84 MHz, see section 3.5.1, table 10 and table 11)
mww 0x40023800 0x01008a81 ;# RCC_CR = PLLON | HSICALbogus = 138 | HSITRIM16 | HSION (enable PLL)
sleep 10 ;# Wait for PLL to lock
mww 0x40023808 0x00000002 ;# RCC_CFGR = (all = div1), select PLL as main clock source. (we should now run at 84 MHz)

adapter_khz $_CLOCK_FREQ

Debug: 194 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event reset-init
global _CLOCK_FREQ

echo “configuring PLL”
# Configure PLL to boost clock to HSI x 8 (64 MHz)
mww 0x40023800 0x00008a81 ;# RCC_CR = HSICALbogus = 138 | HSITRIM16 | HSION (reset value)
mww 0x40023808 0x00000000 ;# RCC_CFGR = (all = div1), select HSI as main clock source. (reset value)
mww 0x4002380c 0x00000000 ;# RCC_CIR = 0, all off. (reset value)
mww 0x40023804 0x24403010 ;# RCC_PLLCFGR = PLLQdiv4 | PLLSRCHSI | PLLPdiv2 | PLLNmul192 | PLLMdiv16 (reset value)
mww 0x40023c00 0x00000103 ;# FLASH_ACR = PRFTEN | LATENCY2 (we’ll run at 84 MHz, see section 3.5.1, table 10 and table 11)
mww 0x40023800 0x01008a81 ;# RCC_CR = PLLON | HSICALbogus = 138 | HSITRIM16 | HSION (enable PLL)
sleep 10 ;# Wait for PLL to lock
mww 0x40023808 0x00000002 ;# RCC_CFGR = (all = div1), select PLL as main clock source. (we should now run at 84 MHz)

adapter_khz $_CLOCK_FREQ

Debug: 195 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event gdb-attach
global CONNECT_UNDER_RESET

# Needed to be able to use the connect_assert_srst in reset_config
# otherwise, wrong value when reading device flash size register
if { expr ($CONNECT_UNDER_RESET == 1) } {
reset init
}

Debug: 196 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event gdb-attach
global CONNECT_UNDER_RESET

# Needed to be able to use the connect_assert_srst in reset_config
# otherwise, wrong value when reading device flash size register
if { expr ($CONNECT_UNDER_RESET == 1) } {
reset init
}

Debug: 197 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event gdb-detach
# to close connection if debug mode entered
shutdown

Debug: 198 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event gdb-detach
# to close connection if debug mode entered
shutdown

Debug: 199 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_init
Debug: 200 5 command.c:143 script_debug(): command - init ocd_init
Debug: 202 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_target init
Debug: 203 5 command.c:143 script_debug(): command - ocd_target ocd_target init
Debug: 205 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_target names
Debug: 206 5 command.c:143 script_debug(): command - ocd_target ocd_target names
Debug: 207 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu cget -event gdb-flash-erase-start
Debug: 208 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu cget -event gdb-flash-erase-start
Debug: 209 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event gdb-flash-erase-start reset init
Debug: 210 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event gdb-flash-erase-start reset init
Debug: 211 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu cget -event gdb-flash-write-end
Debug: 212 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu cget -event gdb-flash-write-end
Debug: 213 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu configure -event gdb-flash-write-end reset halt
Debug: 214 5 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu configure -event gdb-flash-write-end reset halt
Debug: 215 5 target.c:1329 handle_target_init_command(): Initializing targets...
Debug: 216 5 hla_target.c:341 adapter_init_target(): adapter_init_target
Debug: 217 5 command.c:364 register_command_handler(): registering ‘ocd_target_request’...
Debug: 218 5 command.c:364 register_command_handler(): registering ‘ocd_trace’...
Debug: 219 5 command.c:364 register_command_handler(): registering ‘ocd_trace’...
Debug: 220 5 command.c:364 register_command_handler(): registering ‘ocd_fast_load_image’...
Debug: 221 5 command.c:364 register_command_handler(): registering ‘ocd_fast_load’...
Debug: 222 5 command.c:364 register_command_handler(): registering ‘ocd_profile’...
Debug: 223 5 command.c:364 register_command_handler(): registering ‘ocd_virt2phys’...
Debug: 224 5 command.c:364 register_command_handler(): registering ‘ocd_reg’...
Debug: 225 5 command.c:364 register_command_handler(): registering ‘ocd_poll’...
Debug: 226 5 command.c:364 register_command_handler(): registering ‘ocd_wait_halt’...
Debug: 227 5 command.c:364 register_command_handler(): registering ‘ocd_halt’...
Debug: 228 5 command.c:364 register_command_handler(): registering ‘ocd_resume’...
Debug: 229 5 command.c:364 register_command_handler(): registering ‘ocd_reset’...
Debug: 230 5 command.c:364 register_command_handler(): registering ‘ocd_soft_reset_halt’...
Debug: 231 5 command.c:364 register_command_handler(): registering ‘ocd_step’...
Debug: 232 5 command.c:364 register_command_handler(): registering ‘ocd_mdd’...
Debug: 233 5 command.c:364 register_command_handler(): registering ‘ocd_mdw’...
Debug: 234 5 command.c:364 register_command_handler(): registering ‘ocd_mdh’...
Debug: 235 5 command.c:364 register_command_handler(): registering ‘ocd_mdb’...
Debug: 236 5 command.c:364 register_command_handler(): registering ‘ocd_mwd’...
Debug: 237 5 command.c:364 register_command_handler(): registering ‘ocd_mww’...
Debug: 238 5 command.c:364 register_command_handler(): registering ‘ocd_mwh’...
Debug: 239 5 command.c:364 register_command_handler(): registering ‘ocd_mwb’...
Debug: 240 5 command.c:364 register_command_handler(): registering ‘ocd_bp’...
Debug: 241 5 command.c:364 register_command_handler(): registering ‘ocd_rbp’...
Debug: 242 5 command.c:364 register_command_handler(): registering ‘ocd_wp’...
Debug: 243 5 command.c:364 register_command_handler(): registering ‘ocd_rwp’...
Debug: 244 5 command.c:364 register_command_handler(): registering ‘ocd_load_image’...
Debug: 245 5 command.c:364 register_command_handler(): registering ‘ocd_dump_image’...
Debug: 246 5 command.c:364 register_command_handler(): registering ‘ocd_verify_image_checksum’...
Debug: 247 5 command.c:364 register_command_handler(): registering ‘ocd_verify_image’...
Debug: 248 5 command.c:364 register_command_handler(): registering ‘ocd_test_image’...
Debug: 249 5 command.c:364 register_command_handler(): registering ‘ocd_reset_nag’...
Debug: 250 5 command.c:364 register_command_handler(): registering ‘ocd_ps’...
Debug: 251 5 command.c:364 register_command_handler(): registering ‘ocd_test_mem_access’...
Debug: 252 5 hla_interface.c:109 hl_interface_init(): hl_interface_init
Debug: 253 5 hla_layout.c:89 hl_layout_init(): hl_layout_init
Debug: 254 5 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 255 5 core.c:1601 adapter_khz_to_speed(): have interface set up
Debug: 256 5 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 257 5 core.c:1601 adapter_khz_to_speed(): have interface set up
Info : 258 5 core.c:1386 adapter_init(): clock speed 1800 kHz
Debug: 259 5 openocd.c:140 handle_init_command(): Debug Adapter init complete
Debug: 260 5 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport init
Debug: 261 6 command.c:143 script_debug(): command - ocd_transport ocd_transport init
Debug: 263 6 transport.c:239 handle_transport_init(): handle_transport_init
Debug: 264 6 hla_transport.c:152 hl_transport_init(): hl_transport_init
Debug: 265 6 hla_transport.c:169 hl_transport_init(): current transport hla_swd
Debug: 266 6 hla_interface.c:42 hl_interface_open(): hl_interface_open
Debug: 267 6 hla_layout.c:40 hl_layout_open(): hl_layout_open
Debug: 268 6 stlink_usb.c:2070 stlink_usb_open(): stlink_usb_open
Debug: 269 6 stlink_usb.c:2086 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x374b serial:
Info : 270 10 stlink_usb.c:709 stlink_usb_version(): STLINK v2 JTAG v28 API v2 SWIM v7 VID 0x0483 PID 0x3748
Info : 271 10 stlink_usb.c:2184 stlink_usb_open(): vid/pid are not identical: 0x0483/0x374B 0x0483/0x3748
Info : 272 10 stlink_usb.c:2211 stlink_usb_open(): using stlink api v2
Debug: 273 10 stlink_usb.c:934 stlink_exit_mode(): MODE: 0x01
Debug: 274 10 stlink_usb.c:987 stlink_usb_init_mode(): MODE: 0x01
Info : 275 11 stlink_usb.c:742 stlink_usb_check_voltage(): Target voltage: 3.260318
Debug: 276 12 stlink_usb.c:1036 stlink_usb_init_mode(): MODE: 0x02
Debug: 277 12 stlink_usb.c:2248 stlink_usb_open(): Supported SWD clock speeds are:
Debug: 278 12 stlink_usb.c:2252 stlink_usb_open(): 4000 kHz
Debug: 279 12 stlink_usb.c:2252 stlink_usb_open(): 1800 kHz
Debug: 280 12 stlink_usb.c:2252 stlink_usb_open(): 1200 kHz
Debug: 281 12 stlink_usb.c:2252 stlink_usb_open(): 950 kHz
Debug: 282 12 stlink_usb.c:2252 stlink_usb_open(): 480 kHz
Debug: 283 12 stlink_usb.c:2252 stlink_usb_open(): 240 kHz
Debug: 284 12 stlink_usb.c:2252 stlink_usb_open(): 125 kHz
Debug: 285 12 stlink_usb.c:2252 stlink_usb_open(): 100 kHz
Debug: 286 12 stlink_usb.c:2252 stlink_usb_open(): 50 kHz
Debug: 287 12 stlink_usb.c:2252 stlink_usb_open(): 25 kHz
Debug: 288 12 stlink_usb.c:2252 stlink_usb_open(): 15 kHz
Debug: 289 12 stlink_usb.c:2252 stlink_usb_open(): 5 kHz
Info : 290 13 stlink_usb.c:2009 stlink_speed_v2(): Stlink adapter speed set to 1800 kHz
Debug: 291 13 stlink_usb.c:2281 stlink_usb_open(): Using TAR autoincrement: 4096
Debug: 292 13 hla_interface.c:127 hl_interface_execute_queue(): hl_interface_execute_queue: ignored
Debug: 293 13 core.c:725 jtag_add_reset(): SRST line asserted
Debug: 294 13 core.c:753 jtag_add_reset(): TRST line released
Debug: 295 13 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset
Debug: 296 13 hla_interface.c:67 hl_interface_init_target(): hl_interface_init_target
Debug: 297 14 stlink_usb.c:1061 stlink_usb_idcode(): IDCODE: 0x2BA01477
Debug: 298 14 openocd.c:153 handle_init_command(): Examining targets...
Debug: 299 14 target.c:1522 target_call_event_callbacks(): target event 21 (examine-start)
Debug: 300 14 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe000ed00 4 1
Debug: 301 14 target.c:2262 target_read_u32(): address: 0xe000ed00, value: 0x410fc241
Debug: 302 14 cortex_m.c:1921 cortex_m_examine(): Cortex-M4 r0p1 processor detected
Debug: 303 14 cortex_m.c:1929 cortex_m_examine(): cpuid: 0x410fc241
Debug: 304 14 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe000ef40 4 1
Debug: 305 15 target.c:2262 target_read_u32(): address: 0xe000ef40, value: 0x10110021
Debug: 306 15 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe000ef44 4 1
Debug: 307 15 target.c:2262 target_read_u32(): address: 0xe000ef44, value: 0x11000011
Debug: 308 15 cortex_m.c:1937 cortex_m_examine(): Cortex-M4 floating point feature FPv4_SP found
Debug: 309 15 target.c:2350 target_write_u32(): address: 0xe000edfc, value: 0x01000000
Debug: 310 15 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe000edfc 4 1
Debug: 311 16 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe0002000 4 1
Debug: 312 16 target.c:2262 target_read_u32(): address: 0xe0002000, value: 0x00000260
Debug: 313 16 target.c:2350 target_write_u32(): address: 0xe0002008, value: 0x00000000
Debug: 314 16 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0002008 4 1
Debug: 315 17 target.c:2350 target_write_u32(): address: 0xe000200c, value: 0x00000000
Debug: 316 17 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe000200c 4 1
Debug: 317 18 target.c:2350 target_write_u32(): address: 0xe0002010, value: 0x00000000
Debug: 318 18 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0002010 4 1
Debug: 319 18 target.c:2350 target_write_u32(): address: 0xe0002014, value: 0x00000000
Debug: 320 18 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0002014 4 1
Debug: 321 19 target.c:2350 target_write_u32(): address: 0xe0002018, value: 0x00000000
Debug: 322 19 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0002018 4 1
Debug: 323 19 target.c:2350 target_write_u32(): address: 0xe000201c, value: 0x00000000
Debug: 324 19 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe000201c 4 1
Debug: 325 20 target.c:2350 target_write_u32(): address: 0xe0002020, value: 0x00000000
Debug: 326 20 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0002020 4 1
Debug: 327 20 target.c:2350 target_write_u32(): address: 0xe0002024, value: 0x00000000
Debug: 328 20 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0002024 4 1
Debug: 329 21 cortex_m.c:2019 cortex_m_examine(): FPB fpcr 0x260, numcode 6, numlit 2
Debug: 330 21 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe0001000 4 1
Debug: 331 21 target.c:2262 target_read_u32(): address: 0xe0001000, value: 0x40000000
Debug: 332 21 target.c:2350 target_write_u32(): address: 0xe0001028, value: 0x00000000
Debug: 333 21 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0001028 4 1
Debug: 334 22 target.c:2350 target_write_u32(): address: 0xe0001038, value: 0x00000000
Debug: 335 22 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0001038 4 1
Debug: 336 22 target.c:2350 target_write_u32(): address: 0xe0001048, value: 0x00000000
Debug: 337 22 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0001048 4 1
Debug: 338 23 target.c:2350 target_write_u32(): address: 0xe0001058, value: 0x00000000
Debug: 339 23 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0001058 4 1
Debug: 340 23 cortex_m.c:1831 cortex_m_dwt_setup(): DWT dwtcr 0x40000000, comp 4, watch/trigger
Info : 341 23 cortex_m.c:2029 cortex_m_examine(): STM32F405RGTx.cpu: hardware has 6 breakpoints, 4 watchpoints
Debug: 342 23 target.c:1522 target_call_event_callbacks(): target event 22 (examine-end)
Debug: 343 23 target.c:4429 target_handle_event(): target: (0) STM32F405RGTx.cpu (hla_target) event: 22 (examine-end) action:
global ENABLE_LOW_POWER
global STOP_WATCHDOG

if { expr ($ENABLE_LOW_POWER == 1) } {
# Enable debug during low power modes (uses more power)
# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
mmw 0xE0042004 0x00000007 0
}
if { expr ($ENABLE_LOW_POWER == 0) } {
# Disable debug during low power modes
# DBGMCU_CR |= ~(DBG_STANDBY | DBG_STOP | DBG_SLEEP)
mmw 0xE0042004 0 0x00000007
}
if { expr ($STOP_WATCHDOG == 1) } {
# Stop watchdog counters during halt
# DBGMCU_APB1_FZ |= DBG_IWDG_STOP | DBG_WWDG_STOP
mmw 0xE0042008 0x00001800 0
}
if { expr ($STOP_WATCHDOG == 0) } {
# Don’t stop watchdog counters during halt
# DBGMCU_APB1_FZ |= ~(DBG_IWDG_STOP | DBG_WWDG_STOP)
mmw 0xE0042008 0 0x00001800
}

Debug: 344 23 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe0042004 4 1
Debug: 345 24 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_mww 0xE0042004 7
Debug: 346 24 command.c:143 script_debug(): command - mww ocd_mww 0xE0042004 7
Debug: 348 24 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0042004 4 1
Debug: 349 25 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe0042008 4 1
Debug: 350 26 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_mww 0xE0042008 6144
Debug: 351 26 command.c:143 script_debug(): command - mww ocd_mww 0xE0042008 6144
Debug: 353 26 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0042008 4 1
Debug: 354 27 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_flash init
Debug: 355 27 command.c:143 script_debug(): command - ocd_flash ocd_flash init
Debug: 357 27 tcl.c:1197 handle_flash_init_command(): Initializing flash devices...
Debug: 358 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 359 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 360 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 361 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 362 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 363 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 364 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 365 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 366 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 367 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 368 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 369 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 370 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 371 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 372 27 command.c:364 register_command_handler(): registering ‘ocd_flash’...
Debug: 373 27 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_mflash init
Debug: 374 27 command.c:143 script_debug(): command - ocd_mflash ocd_mflash init
Debug: 376 28 mflash.c:1377 handle_mflash_init_command(): Initializing mflash devices...
Debug: 377 28 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_nand init
Debug: 378 28 command.c:143 script_debug(): command - ocd_nand ocd_nand init
Debug: 380 28 tcl.c:497 handle_nand_init_command(): Initializing NAND devices...
Debug: 381 28 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_pld init
Debug: 382 28 command.c:143 script_debug(): command - ocd_pld ocd_pld init
Debug: 384 29 pld.c:205 handle_pld_init_command(): Initializing PLDs...
Debug: 385 29 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_reset init
Debug: 386 29 command.c:143 script_debug(): command - reset ocd_reset init
Debug: 388 29 target.c:1540 target_call_reset_callbacks(): target reset 3 (init)
Debug: 389 29 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_target names
Debug: 390 29 command.c:143 script_debug(): command - ocd_target ocd_target names
Debug: 391 29 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event reset-start
Debug: 392 29 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event reset-start
Debug: 393 29 target.c:4429 target_handle_event(): target: (0) STM32F405RGTx.cpu (hla_target) event: 7 (reset-start) action:
if {using_jtag} {
adapter_khz 1125
} else {
adapter_khz 1800
}

Debug: 394 29 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 395 29 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 396 29 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 1800
Debug: 397 29 command.c:143 script_debug(): command - adapter_khz ocd_adapter_khz 1800
Debug: 399 29 core.c:1631 jtag_config_khz(): handle jtag khz
Debug: 400 29 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 401 29 core.c:1601 adapter_khz_to_speed(): have interface set up
Info : 402 30 stlink_usb.c:2009 stlink_speed_v2(): Stlink adapter speed set to 1800 kHz
Debug: 403 30 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 404 30 core.c:1601 adapter_khz_to_speed(): have interface set up
User : 405 30 command.c:544 command_print(): adapter speed: 1800 kHz
Debug: 406 30 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 407 30 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 408 30 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 409 30 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 410 30 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event examine-start
Debug: 411 30 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event examine-start
Debug: 412 30 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu arp_examine allow-defer
Debug: 413 30 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu arp_examine allow-defer
Debug: 414 30 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event examine-end
Debug: 415 30 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event examine-end
Debug: 416 30 target.c:4429 target_handle_event(): target: (0) STM32F405RGTx.cpu (hla_target) event: 22 (examine-end) action:
global ENABLE_LOW_POWER
global STOP_WATCHDOG

if { expr ($ENABLE_LOW_POWER == 1) } {
# Enable debug during low power modes (uses more power)
# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
mmw 0xE0042004 0x00000007 0
}
if { expr ($ENABLE_LOW_POWER == 0) } {
# Disable debug during low power modes
# DBGMCU_CR |= ~(DBG_STANDBY | DBG_STOP | DBG_SLEEP)
mmw 0xE0042004 0 0x00000007
}
if { expr ($STOP_WATCHDOG == 1) } {
# Stop watchdog counters during halt
# DBGMCU_APB1_FZ |= DBG_IWDG_STOP | DBG_WWDG_STOP
mmw 0xE0042008 0x00001800 0
}
if { expr ($STOP_WATCHDOG == 0) } {
# Don’t stop watchdog counters during halt
# DBGMCU_APB1_FZ |= ~(DBG_IWDG_STOP | DBG_WWDG_STOP)
mmw 0xE0042008 0 0x00001800
}

Debug: 417 30 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe0042004 4 1
Debug: 418 31 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_mww 0xE0042004 7
Debug: 419 31 command.c:143 script_debug(): command - mww ocd_mww 0xE0042004 7
Debug: 421 31 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0042004 4 1
Debug: 422 32 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0xe0042008 4 1
Debug: 423 33 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_mww 0xE0042008 6144
Debug: 424 33 command.c:143 script_debug(): command - mww ocd_mww 0xE0042008 6144
Debug: 426 33 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0xe0042008 4 1
Debug: 427 33 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event reset-assert-pre
Debug: 428 33 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event reset-assert-pre
Debug: 429 34 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 430 34 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 431 34 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu arp_reset assert 1
Debug: 432 34 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu arp_reset assert 1
Debug: 433 34 target.c:1920 target_free_all_working_areas_restore(): freeing all working areas
Debug: 434 34 hla_target.c:483 adapter_assert_reset(): adapter_assert_reset
Debug: 435 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event reset-assert-post
Debug: 436 36 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event reset-assert-post
Debug: 437 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event reset-deassert-pre
Debug: 438 36 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event reset-deassert-pre
Debug: 439 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 440 36 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 441 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu arp_reset deassert 1
Debug: 442 36 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu arp_reset deassert 1
Debug: 443 36 target.c:1920 target_free_all_working_areas_restore(): freeing all working areas
Debug: 444 36 hla_target.c:546 adapter_deassert_reset(): adapter_deassert_reset
Debug: 445 36 hla_interface.c:127 hl_interface_execute_queue(): hl_interface_execute_queue: ignored
Debug: 446 36 core.c:729 jtag_add_reset(): SRST line released
Debug: 447 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu invoke-event reset-deassert-post
Debug: 448 36 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu invoke-event reset-deassert-post
Debug: 449 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 450 36 command.c:143 script_debug(): command - ocd_transport ocd_transport select
Debug: 451 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu was_examined
Debug: 452 36 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu was_examined
Debug: 453 36 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu arp_waitstate halted 1000
Debug: 454 37 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu arp_waitstate halted 1000
Debug: 455 37 target.c:2905 target_wait_state(): waiting for target halted...
Error: 457 1038 target.c:2913 target_wait_state(): timed out while waiting for target halted
Debug: 458 1038 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_STM32F405RGTx.cpu curstate
Debug: 459 1038 command.c:143 script_debug(): command - ocd_STM32F405RGTx.cpu ocd_STM32F405RGTx.cpu curstate
User : 460 1038 command.c:544 command_print(): TARGET: STM32F405RGTx.cpu - Not halted
in procedure ‘program’
in procedure ‘reset’ called at file “embedded:startup.tcl”, line 490
in procedure ‘ocd_bouncer’

Debug: 461 1038 command.c:626 run_command(): Command failed with error code -4
Debug: 462 1038 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_echo ** Unable to reset target **
Debug: 463 1038 command.c:143 script_debug(): command - echo ocd_echo ** Unable to reset target **
User : 465 1038 command.c:762 jim_echo(): ** Unable to reset target **
Debug: 466 1038 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_shutdown error
Debug: 467 1039 command.c:143 script_debug(): command - shutdown ocd_shutdown error
User : 470 1039 server.c:652 handle_shutdown_command(): shutdown command invoked
Debug: 471 1039 command.c:626 run_command(): Command failed with error code -4
User : 472 1039 command.c:687 command_run_line():
Debug: 473 1039 hla_interface.c:117 hl_interface_quit(): hl_interface_quit
Debug: 474 1039 stlink_usb.c:934 stlink_exit_mode(): MODE: 0x02
Debug: 475 1039 stlink_usb.c:955 stlink_exit_mode(): E-MODE: 0x04

Software system reset:

Debug: 1977 2955 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1978 2955 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1979 2968 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1980 2969 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1981 2969 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1982 2979 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1983 2980 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1984 2980 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1985 2993 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1986 2994 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1987 2994 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1988 3006 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1989 3007 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1990 3007 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1991 3020 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1992 3021 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1993 3021 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1995 3034 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1996 3035 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 1997 3035 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 1998 3046 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 1999 3047 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2000 3047 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2001 3060 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2002 3061 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2003 3061 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2004 3071 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2005 3072 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2006 3072 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2007 3082 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2008 3083 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2009 3083 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2010 3095 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2011 3096 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2012 3096 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2013 3108 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2014 3109 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2015 3109 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2016 3122 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2017 3123 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2018 3123 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2019 3136 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2020 3137 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2021 3137 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2022 3148 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2023 3149 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2024 3149 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2025 3159 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2026 3160 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2027 3160 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2028 3172 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2029 3174 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2030 3174 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2031 3185 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2032 3186 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2033 3186 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2034 3197 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2035 3198 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2036 3198 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2037 3208 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2038 3209 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2039 3209 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2040 3220 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2041 3221 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2042 3221 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2043 3231 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2044 3232 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2045 3232 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2046 3244 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2047 3245 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2048 3245 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2049 3255 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2050 3256 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2051 3256 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2052 3269 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2053 3270 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2054 3270 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2055 3280 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2056 3281 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2057 3281 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2058 3293 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2059 3294 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2060 3294 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2061 3305 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2062 3307 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2063 3307 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2064 3319 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2065 3321 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2066 3321 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2067 3331 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2068 3332 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2069 3332 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2070 3344 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2071 3345 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2072 3345 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2073 3357 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2074 3358 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2075 3358 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2076 3370 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2077 3371 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2078 3371 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2079 3381 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2080 3382 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2081 3382 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2082 3394 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2083 3394 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2084 3394 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2085 3407 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2086 3407 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2087 3407 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2088 3419 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2089 3419 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2090 3419 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2091 3430 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2092 3431 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2093 3431 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2094 3443 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2095 3444 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2096 3444 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2097 3456 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2098 3457 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2099 3457 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2100 3468 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2101 3469 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2102 3469 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2103 3480 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2104 3481 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2105 3482 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2106 3492 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2107 3493 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2108 3493 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2109 3503 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2110 3504 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2111 3504 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2112 3514 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2113 3515 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2114 3515 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2115 3526 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2116 3527 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2117 3527 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2119 3539 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2120 3540 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2121 3540 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2122 3552 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2123 3553 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2124 3553 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2125 3564 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2126 3565 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2127 3565 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2128 3578 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2129 3579 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2130 3579 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2131 3589 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2132 3590 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2133 3590 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2134 3602 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2135 3603 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2136 3603 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2137 3613 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2138 3614 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2139 3614 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2140 3627 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2141 3627 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2142 3627 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2143 3639 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2144 3640 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2145 3640 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2146 3650 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2147 3652 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2148 3652 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2149 3662 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2150 3663 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2151 3663 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2152 3675 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2153 3676 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2154 3676 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2155 3687 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2156 3688 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2157 3688 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2158 3700 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2159 3701 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2160 3701 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2161 3712 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2162 3713 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2163 3713 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2164 3724 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2165 3724 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2166 3724 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2167 3736 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2168 3737 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2169 3737 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2170 3747 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2171 3748 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2172 3748 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2173 3759 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2174 3760 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2175 3760 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2176 3773 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2177 3774 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2178 3774 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2179 3786 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2180 3787 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2181 3787 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2182 3798 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2183 3798 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2184 3798 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2185 3811 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2186 3811 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2187 3813 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2188 3825 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2189 3826 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2190 3826 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2191 3837 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2192 3838 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2193 3838 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2194 3848 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2195 3849 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2196 3849 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2197 3861 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2198 3863 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2199 3863 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2200 3875 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2201 3876 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2202 3876 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2203 3889 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2204 3889 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2205 3889 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2206 3902 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2207 3903 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2208 3903 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2209 3914 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2210 3915 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2211 3915 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2212 3925 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2213 3926 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2214 3926 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2215 3939 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2216 3940 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2217 3940 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2218 3952 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2219 3954 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2220 3954 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2221 3964 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2222 3965 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2223 3965 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2224 3977 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2225 3978 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2226 3978 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2227 3990 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2228 3991 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2229 3991 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2230 4001 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2231 4002 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2232 4002 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2233 4012 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2234 4013 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2235 4013 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2236 4026 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2237 4027 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2238 4027 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2240 4040 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2241 4041 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2242 4041 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2243 4054 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2244 4055 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2245 4055 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2246 4068 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2247 4069 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2248 4069 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2249 4081 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2250 4082 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2251 4082 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2252 4095 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2253 4096 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2254 4096 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2255 4106 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2256 4107 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2257 4107 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2258 4117 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2259 4118 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2260 4118 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2261 4129 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2262 4131 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2263 4131 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2264 4143 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2265 4145 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2266 4145 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2267 4156 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2268 4157 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2269 4157 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2270 4167 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2271 4168 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2272 4168 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2273 4180 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2274 4181 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2275 4181 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2276 4193 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2277 4195 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2278 4195 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2279 4207 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2280 4209 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2281 4209 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2282 4220 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2283 4221 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2284 4221 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2285 4231 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2286 4232 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2287 4232 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2288 4244 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2289 4246 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2290 4246 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2291 4256 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2292 4257 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2293 4257 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2294 4267 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2295 4268 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2296 4268 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2297 4281 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2298 4282 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2299 4282 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2300 4293 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2301 4294 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2302 4294 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2303 4307 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2304 4308 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2305 4308 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2306 4321 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2307 4321 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2308 4321 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2309 4332 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2310 4332 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2311 4332 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2312 4345 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2313 4346 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2314 4346 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2315 4358 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2316 4359 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2317 4359 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2318 4372 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2319 4373 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2320 4373 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2321 4386 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2322 4387 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2323 4387 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2324 4399 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2325 4400 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2326 4400 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2327 4411 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2328 4411 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2329 4411 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2330 4422 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2331 4423 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2332 4423 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2333 4433 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2334 4435 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2335 4435 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2336 4445 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2337 4447 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2338 4447 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2339 4459 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2340 4461 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2341 4461 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2342 4473 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2343 4474 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2344 4474 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2345 4487 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2346 4488 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2347 4488 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2348 4498 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2349 4499 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2350 4499 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2351 4510 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2352 4513 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2353 4513 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2354 4523 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2355 4524 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2356 4524 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2357 4535 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2358 4535 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2359 4535 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2361 4546 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2362 4547 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2363 4547 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2364 4559 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2365 4560 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2366 4560 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2367 4572 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2368 4574 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2369 4574 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2370 4586 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2371 4587 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2372 4587 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2373 4598 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2374 4599 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2375 4599 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2376 4610 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2377 4611 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2378 4611 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2379 4622 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2380 4623 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2381 4623 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2382 4636 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2383 4637 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2384 4637 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2385 4648 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2386 4649 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2387 4649 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2388 4660 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2389 4661 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2390 4661 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2391 4673 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2392 4674 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2393 4674 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2394 4686 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2395 4687 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2396 4687 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2397 4698 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2398 4699 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2399 4699 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2400 4712 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2401 4713 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2402 4713 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2403 4723 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2404 4725 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2405 4725 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2406 4735 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2407 4736 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2408 4736 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2409 4748 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2410 4749 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2411 4749 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2412 4762 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2413 4763 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2414 4763 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2415 4776 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2416 4777 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2417 4777 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2418 4788 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2419 4789 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2420 4789 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2421 4799 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2422 4800 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2423 4800 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2424 4812 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2425 4815 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2426 4815 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2427 4827 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2428 4829 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2429 4829 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2430 4839 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2431 4840 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2432 4840 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2433 4851 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2434 4852 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2435 4852 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2436 4863 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2437 4863 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2438 4863 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2439 4873 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2440 4874 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2441 4874 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2442 4884 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2443 4886 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2444 4886 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2445 4899 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2446 4900 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2447 4900 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2448 4912 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2449 4914 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2450 4914 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2451 4926 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2452 4927 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2453 4927 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2454 4940 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2455 4940 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2456 4941 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2457 4951 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2458 4952 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2459 4952 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2460 4962 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2461 4963 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2462 4963 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2463 4976 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2464 4977 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2465 4977 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2466 4990 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2467 4991 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2468 4991 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2469 5001 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2470 5002 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2471 5002 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2472 5015 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2473 5016 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2474 5016 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2475 5027 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2476 5028 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2477 5028 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2478 5038 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2479 5039 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2480 5039 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2482 5050 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2483 5050 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2484 5050 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2485 5063 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2486 5064 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2487 5064 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2488 5077 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2489 5078 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2490 5078 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2491 5089 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2492 5090 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2493 5090 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2494 5103 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2495 5103 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2496 5103 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2497 5116 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2498 5118 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2499 5118 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2500 5129 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2501 5129 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2502 5129 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2503 5140 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2504 5141 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2505 5141 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2506 5151 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2507 5151 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2508 5151 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2509 5164 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2510 5165 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2511 5165 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2512 5178 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2513 5179 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2514 5179 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2515 5190 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2516 5191 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2517 5191 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2518 5201 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2519 5202 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2520 5202 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2521 5213 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2522 5215 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
...

...


Debug: 2523 5215 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2524 5228 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2525 5229 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2526 5229 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2527 5239 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2528 5240 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2529 5240 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2530 5251 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2531 5251 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2532 5251 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2533 5264 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2534 5265 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2535 5265 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2536 5278 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2537 5279 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2538 5279 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2539 5289 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2540 5290 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2541 5290 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2542 5301 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2543 5302 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2544 5302 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2545 5314 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2546 5315 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2547 5315 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2548 5328 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2549 5329 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2550 5329 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2551 5340 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2552 5341 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2553 5341 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2554 5353 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2555 5354 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2556 5354 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2557 5364 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2558 5365 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2559 5365 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2560 5378 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2561 5378 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2562 5378 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2563 5389 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2564 5389 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2565 5389 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2566 5399 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2567 5401 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2568 5401 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2569 5411 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2570 5412 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2571 5412 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2572 5424 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2573 5425 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2574 5425 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2575 5438 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2576 5439 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2577 5439 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2578 5450 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2579 5450 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2580 5450 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2581 5463 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2582 5464 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2583 5464 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2584 5476 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2585 5478 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2586 5478 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2587 5488 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2588 5489 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2589 5489 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2590 5499 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2591 5500 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2592 5500 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2593 5512 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2594 5513 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2595 5513 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2596 5526 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2597 5527 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2598 5527 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2599 5540 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2600 5541 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2601 5541 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2603 5552 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2604 5555 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2605 5555 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2606 5566 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2607 5567 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2608 5567 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2609 5577 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2610 5579 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2611 5579 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2612 5591 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2613 5592 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2614 5592 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2615 5605 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2616 5606 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2617 5606 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2618 5617 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2619 5617 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2620 5617 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2621 5630 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2622 5632 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2623 5632 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2624 5644 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2625 5646 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2626 5646 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2627 5656 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2628 5657 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2629 5657 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2630 5667 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2631 5668 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2632 5668 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2633 5680 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2634 5681 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2635 5681 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2636 5694 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2637 5695 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2638 5695 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2639 5708 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2640 5710 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2641 5710 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2642 5722 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2643 5723 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2644 5723 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2645 5736 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2646 5737 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2647 5737 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2648 5748 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2649 5749 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2650 5749 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2651 5761 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2652 5762 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2653 5762 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2654 5775 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2655 5776 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2656 5776 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2657 5787 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2658 5788 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2659 5788 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2660 5800 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2661 5800 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2662 5800 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2663 5813 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2664 5814 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2665 5814 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2666 5827 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2667 5828 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2668 5828 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2669 5840 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2670 5841 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2671 5841 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2672 5854 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2673 5854 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2674 5854 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2675 5865 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2676 5866 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2677 5866 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2678 5878 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2679 5880 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2680 5880 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2681 5890 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2682 5891 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2683 5891 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2684 5901 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2685 5902 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2686 5902 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2687 5913 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2688 5915 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2689 5915 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2690 5928 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2691 5929 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2692 5929 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2693 5939 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2694 5940 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2695 5940 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2696 5950 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2697 5951 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2698 5951 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2699 5963 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2700 5964 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2701 5964 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2702 5976 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2703 5977 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2704 5977 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2705 5990 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2706 5990 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2707 5990 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2708 6003 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2709 6004 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2710 6004 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2711 6015 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2712 6016 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2713 6016 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2714 6028 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2715 6029 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2716 6029 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2717 6042 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2718 6043 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2719 6043 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2721 6054 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2722 6054 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2723 6054 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2724 6065 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2725 6066 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2726 6066 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2727 6078 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2728 6079 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2729 6079 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2730 6092 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2731 6093 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2732 6093 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2733 6104 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2734 6105 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2735 6105 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2736 6116 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2737 6117 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2738 6117 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2739 6127 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2740 6128 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2741 6128 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2742 6141 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2743 6142 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2744 6142 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2745 6154 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2746 6155 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2747 6155 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2748 6166 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2749 6167 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2750 6167 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2751 6180 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2752 6181 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2753 6181 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2754 6192 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2755 6193 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2756 6193 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2757 6205 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2758 6206 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2759 6206 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2760 6216 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2761 6218 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2762 6218 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2763 6229 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2764 6231 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2765 6231 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2766 6243 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2767 6244 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2768 6244 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2769 6255 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2770 6255 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2771 6255 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2772 6267 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2773 6268 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2774 6268 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2775 6279 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2776 6280 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2777 6280 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2778 6293 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2779 6294 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2780 6294 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2781 6307 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2782 6308 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2783 6308 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2784 6320 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2785 6321 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2786 6321 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2787 6331 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2788 6332 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2789 6332 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2790 6345 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2791 6347 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2792 6347 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2793 6357 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2794 6358 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2795 6358 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2796 6371 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2797 6372 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2798 6372 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2799 6382 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2800 6383 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2801 6383 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2802 6396 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2803 6397 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2804 6397 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2805 6410 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2806 6411 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2807 6411 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2808 6423 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2809 6424 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2810 6424 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2811 6437 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2812 6438 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2813 6438 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2814 6448 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2815 6449 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2816 6449 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2817 6462 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2818 6462 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2819 6462 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2820 6473 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2821 6474 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2822 6474 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2823 6487 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2824 6488 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2825 6488 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2826 6499 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2827 6500 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2828 6500 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2829 6511 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2830 6514 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2831 6514 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2832 6524 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2833 6525 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2834 6525 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2835 6538 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2836 6539 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2837 6539 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2838 6549 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2839 6550 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2840 6550 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2842 6563 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2843 6564 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2844 6564 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2845 6577 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2846 6578 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2847 6578 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2848 6590 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2849 6591 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2850 6591 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2851 6602 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2852 6603 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2853 6603 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2854 6615 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2855 6616 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2856 6616 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2857 6628 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2858 6630 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2859 6630 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2860 6640 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2861 6641 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2862 6641 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2863 6652 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2864 6652 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2865 6652 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2866 6663 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2867 6665 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2868 6665 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2869 6678 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2870 6680 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2871 6680 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2872 6690 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2873 6691 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2874 6691 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2875 6701 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2876 6702 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2877 6702 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2878 6715 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2879 6716 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2880 6716 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2881 6729 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2882 6730 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2883 6730 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2884 6743 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2885 6744 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2886 6744 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2887 6755 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2888 6756 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2889 6756 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2890 6766 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2891 6767 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2892 6767 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2893 6779 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2894 6781 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2895 6781 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2896 6794 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2897 6795 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2898 6795 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2899 6806 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2900 6807 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2901 6807 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2902 6817 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2903 6818 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2904 6818 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2905 6829 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2906 6831 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2907 6831 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2908 6844 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2909 6845 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2910 6845 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2911 6856 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2912 6857 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2913 6857 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2914 6867 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2915 6868 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2916 6868 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2917 6880 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2918 6881 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2919 6881 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2920 6894 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2921 6895 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2922 6895 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2923 6908 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2924 6909 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2925 6909 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2926 6922 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2927 6923 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2928 6923 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2929 6934 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2930 6935 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2931 6935 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2932 6948 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2933 6950 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2934 6950 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2935 6963 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2936 6964 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2937 6964 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2938 6974 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2939 6975 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2940 6975 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2941 6986 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2942 6987 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2943 6987 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2944 6998 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2945 6999 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2946 6999 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2947 7010 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2948 7010 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2949 7011 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2950 7023 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2951 7024 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2952 7024 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2953 7034 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2954 7036 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2955 7036 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Debug: 2956 7048 hla_target.c:751 adapter_read_memory(): adapter_read_memory 0x20000050 4 1
Debug: 2957 7049 target.c:2262 target_read_u32(): address: 0x20000050, value: 0x20000054
Debug: 2958 7049 target.c:948 target_run_flash_async_algorithm(): offs 0x3ff6 count 0x5 wp 0x2000404a rp 0x20000054
Error: 2959 7062 target.c:982 target_run_flash_async_algorithm(): timeout waiting for algorithm, a target reset is recommended
Error: 2960 7062 stm32f2x.c:623 stm32x_write_block(): error executing stm32x flash write algorithm
Error: 2961 7062 stm32f2x.c:631 stm32x_write_block(): flash write failed = 00000040
Debug: 2962 7062 target.c:2350 target_write_u32(): address: 0x40023c0c, value: 0x00000040
Debug: 2963 7062 hla_target.c:766 adapter_write_memory(): adapter_write_memory 0x40023c0c 4 1
Debug: 2964 7063 target.c:1852 target_free_working_area_restore(): freed 16384 bytes of working area at address 0x2000004c
Debug: 2965 7063 target.c:1645 print_wa_layout(): * 0x20000000-0x2000004b (76 bytes)
Debug: 2966 7063 target.c:1645 print_wa_layout(): 0x2000004c-0x20007fff (32692 bytes)
Debug: 2967 7063 target.c:1852 target_free_working_area_restore(): freed 76 bytes of working area at address 0x20000000
Debug: 2968 7063 target.c:1645 print_wa_layout(): 0x20000000-0x20007fff (32768 bytes)
Error: 2969 7063 core.c:98 flash_driver_write(): error writing to flash at address 0x08000000 at offset 0x00000000
Debug: 2970 7063 command.c:626 run_command(): Command failed with error code -4
Debug: 2971 7063 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_echo ** Programming Failed **
Debug: 2972 7063 command.c:143 script_debug(): command - echo ocd_echo ** Programming Failed **
User : 2974 7064 command.c:762 jim_echo(): ** Programming Failed **
Debug: 2975 7064 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_shutdown error
Debug: 2976 7064 command.c:143 script_debug(): command - shutdown ocd_shutdown error
User : 2979 7064 server.c:652 handle_shutdown_command(): shutdown command invoked
Debug: 2980 7064 command.c:626 run_command(): Command failed with error code -4
User : 2981 7064 command.c:687 command_run_line():
Debug: 2982 7065 hla_interface.c:117 hl_interface_quit(): hl_interface_quit
Debug: 2983 7065 stlink_usb.c:934 stlink_exit_mode(): MODE: 0x02
Debug: 2984 7065 stlink_usb.c:955 stlink_exit_mode(): E-MODE: 0x04


It seems that the Reset isn’t working.

What connections did you make from STlink 20 pin adapter ?
STlink Reset pin output is pin 15
Is there something else on the mcu reset pin ?



This seems ok.
You can also connect pin 1 of STLink 20 pins header to your MCU VDD.
The STLink monitor the VDD and adapt itself.

For the Reset, i don’t know then, maybe try removing the cap and short the resistor.

If you have an oscilloscope, you could check the signal is ok.

I checked the NRST line. This is how it looks with st-flash utility:
St Flash

This is how it looks when I’m trying to run from SW:
Sw

I see that signal is OK, but with SW it a bit longer. Could that cause the issue?


Longer, i don’t think it is an issue.
But i see that when it goes up, it is at lower voltage and going up slowly so the reset is still active.

Try to short the resistor and remove cap to see if better.

Thank you! I’ve removed the capacitor and it works ok.

But SW’s reset signal is still longer:

SW:
Sw

st-flash:
St Flash

ST’s datasheetQuestion mentioned to put 0.1uF capacitor there.
Is it possible to reduce NRST impulse length when I run it from SW?


Glad to know it is working.

Maybe you can change the cap, it was not the good value or a deffective one.

Not really posible to reduce reset, the software assert Reset pin low and then do some things (like enter in SWD mode) and then release Reset so we can’t adjust timings...

You’re the first to have such issue on the forum.
So, either the cap is wrong or you can remove (shunt) the resistor to reduce RC ?
Or reduce R value (22 or 33 ohm) ?


If I remove R nothing happens. Only removing the cap is working.
I’ll try other nominals for cap and res, thank you!


If you remove R, you must use the “software system reset”, not the “connect under reset” since you cut the track so nothing connected to Reset of STlink.

But it is preferable to connect Reset if you have an appli using SWD pins, you won’t be able to reconnect if Reset is not connected from STLink.

I mean connect it directly to ST-Link without resistor.

If you let the cap, maybe it is the cap failing. Try another one...

Hi,

Here is an issue,

//*********************LOG //*************************
Open On-Chip Debugger 0.10.0+dev-00021-g524e8c8 (2019-04-12-08:48)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
srst_only separate srst_nogate srst_open_drain connect_assert_srst
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter speed: 8000 kHz
adapter_nsrst_delay: 100
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 8000 kHz
Info : STLINK v2 JTAG v34 API v2 SWIM v7 VID 0x0483 PID 0x3748
Info : using stlink api v2
Info : Target voltage: 3.150195
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
Info : Stlink adapter speed set to 4000 kHz
Info : STM32F103C8Tx.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : Listening on port 3333 for gdb connections
Info : accepting ‘gdb’ connection on tcp/3333
target halted due to debug-request, current mode: Thread
xPSR: 0x61000000 pc: 0x2000002e msp: 0x20005000
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
Info : Stlink adapter speed set to 4000 kHz
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
adapter speed: 4000 kHz
Info : device id = 0x20036410
Info : flash size = 64kbytes
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000003a msp: 0x20005000
semihosting is enabled
Info : halted: PC: 0x080004c0
Info : halted: PC: 0x08000d6c
Info : halted: PC: 0x08000194
Error: jtag status contains invalid mode value - communication failure
Warn : target STM32F103C8Tx.cpu is not halted (gdb fileio)
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 100ms
‘’__Warn : target not halted
Warn : target not halted
Warn : target not halted
Warn : target not halted__’‘

Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 300ms
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 700ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 1500ms
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : no flash patch comparator unit available for hardware breakpoint
Error: can’t add breakpoint: resource not available
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 3100ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 6300ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 6300ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 6300ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 6300ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target STM32F103C8Tx.cpu failed, trying to reexamine


how to get out of it?

Rgds,
Bhupi


I believe I have a similar problem with my ST-Link v2 trying to connect a nRF52805.

I hope I am on the good forum for this question.
Actually I didn’t find a working OpenOCD forum.
https://forum.sparkfun.com/viewforum.php?f=18Question seems to be down.
I hope I can find some assistance in this forum.

I have only four wires soldered: VCC, GND, SWDIO, SWCLK (no RST pin).
I am using OpenOCD on Windows.
I did connect many times to nRF51822 or nRF52832 MCUs and it always worked.
This time I am trying to reach a nRF52805, but I get these error messages similar to the ones in that forum thread (see below).
Will enabling “Software system reset” in reset config solve my issue?
How to enable this setting?


C:\Program Files (x86)\OpenOCD\bin>openocd -d2 -f interface/stlink.cfg -f target/nrf52.cfg
Open On-Chip Debugger 0.11.0 (2021-05-19) https://github.com/sysprogs/openocdQuestion
Licensed under GNU GPL v2
libusb1 09e75e98b4d9ea7909e8837b7a3f00dda4589dc3
For bug reports, read
http://openocd.org/doc/doxygen/bugs.htmlQuestion
debug_level: 2

Info : auto-selecting first available session transport “hla_swd”. To override use ‘transport select ‘.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD

nRF52 device has a CTRL-AP dedicated to recover the device from AP lock.
A high level adapter (like a ST-Link) you are currently using cannot access
the CTRL-AP so ‘nrf52_recover’ command will not work.
Do not enable UICR APPROTECT.

Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 1000 kHz
Info : STLINK V2J29S7 (API v2) VID:PID 0483:3748
Info : Target voltage: 3.170928
Warn : target nrf52.cpu examination failed
Error: jtag status contains invalid mode value - communication failure
Polling target nrf52.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 100ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target nrf52.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 300ms
Info : starting gdb server for nrf52.cpu on 3333
Error: couldn’t bind gdb to socket on port 3333: No error
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target nrf52.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 700ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target nrf52.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 1500ms
Info : Previous state query failed, trying to reconnect
Error: jtag status contains invalid mode value - communication failure
Polling target nrf52.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 3100ms
shutdown command invoked