Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32F051RBTx: Verification of flash failed #818

Closed
Hamid-Najafi opened this issue Jul 23, 2019 · 12 comments · Fixed by #1113
Closed

STM32F051RBTx: Verification of flash failed #818

Hamid-Najafi opened this issue Jul 23, 2019 · 12 comments · Fixed by #1113

Comments

@Hamid-Najafi
Copy link

Hamid-Najafi commented Jul 23, 2019

same as others here is the problem:

2019-07-23T16:56:36 INFO common.c: Starting Flash write for VL/F0/F3/F1_XL core id
2019-07-23T16:56:36 INFO flash_loader.c: Successfully loaded flash loader in sram
18/18 pages written
2019-07-23T16:56:37 INFO common.c: Starting verification of write complete
2019-07-23T16:56:37 ERROR common.c: Verification of flash failed at offset: 0
stlink_fwrite_flash() == -1

There is no problem with programming or erasing.

@adechassey
Copy link

Same for STM32L051 series
Verification fails

2019-08-21T11:50:03 DEBUG common.c: *** stlink_read_mem32 ***
data_len = 128 0x80
 80 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

2019-08-21T11:50:03 ERROR common.c: Verification of flash failed at offset: 0
2019-08-21T11:50:03 DEBUG common.c: *** stlink_read_debug32 20002900 is 0x8000000
2019-08-21T11:50:03 DEBUG common.c: *** stlink_write_reg
data_len = 2 0x2
 81 00

2019-08-21T11:50:03 DEBUG common.c: *** stlink_read_debug32 801b715 is 0x8000004
2019-08-21T11:50:03 DEBUG common.c: *** stlink_write_reg
data_len = 2 0x2
 81 00

2019-08-21T11:50:03 DEBUG common.c: *** stlink_run ***
stlink_fwrite_flash() == -1
2019-08-21T11:50:03 DEBUG common.c: *** stlink_exit_debug_mode ***
2019-08-21T11:50:03 DEBUG common.c: *** stlink_write_debug32 a05f0000 to 0xe000edf0
2019-08-21T11:50:03 DEBUG common.c: *** stlink_close ***

@Nightwalker-87 Nightwalker-87 added this to the General milestone Feb 19, 2020
@Nightwalker-87 Nightwalker-87 modified the milestones: General, v1.7.0, Feedback required Mar 14, 2020
@Nightwalker-87 Nightwalker-87 modified the milestones: Feedback required, Device issues Mar 31, 2020
@Nightwalker-87 Nightwalker-87 changed the title Verification of flash failed - STM32F051RBTx STM32F051RBTx: Verification of flash failed Mar 31, 2020
@Nightwalker-87 Nightwalker-87 modified the milestones: Device issues, Feedback required Apr 6, 2020
@bootsector
Copy link

@Nightwalker-87
Copy link
Member

Which version of the tools do you use? Can you give us some information on your environment?
You can have a look what info would be relevant to us at our issue template (--> new issue --> Bug Report), without submitting a new issue of course. Simply copy the filled out form into a new posting here. This would be helpful as this old ticket does not provide any detailed info yet, apart from the error output. We may then address this topic in an appropriate way.

@bootsector
Copy link

bootsector commented Jun 24, 2020

I'm happy to provide as much info as you need. Let me know if you need any further tests!

Commandline-Output:

st-flash --debug write HIDBOOTLOADER.bin 0x8000000
st-flash 1.6.0-390-geeb3190
2020-06-24T07:29:44 DEBUG common.c: *** looking up stlink version
2020-06-24T07:29:44 DEBUG common.c: st vid         = 0x0483 (expect 0x0483)
2020-06-24T07:29:44 DEBUG common.c: stlink pid     = 0x3748
2020-06-24T07:29:44 DEBUG common.c: stlink version = 0x2
2020-06-24T07:29:44 DEBUG common.c: jtag version   = 0x11
2020-06-24T07:29:44 DEBUG common.c: swim version   = 0x4
2020-06-24T07:29:44 DEBUG common.c: stlink current mode: dfu
2020-06-24T07:29:44 DEBUG usb.c: -- exit_dfu_mode
2020-06-24T07:29:44 DEBUG common.c: *** stlink_exit_dfu_mode ***
2020-06-24T07:29:44 DEBUG usb.c: JTAG/SWD freq set to 0
2020-06-24T07:29:44 DEBUG common.c: *** set_swdclk ***
2020-06-24T07:29:44 DEBUG common.c: stlink current mode: mass
2020-06-24T07:29:44 DEBUG common.c: *** stlink_enter_swd_mode ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_jtag_reset ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_reset ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 5fa0004 to 0xe000ed0c
2020-06-24T07:29:44 DEBUG common.c: Loading device parameters....
2020-06-24T07:29:44 DEBUG common.c: *** stlink_core_id ***
2020-06-24T07:29:44 DEBUG common.c: core_id = 0x2ba01477
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 20036410 is 0xe0042000
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 ffff0080 is 0x1ffff7e0
2020-06-24T07:29:44 INFO common.c: F1xx Medium-density: 20 KiB SRAM, 128 KiB flash in at least 1 KiB pages.
2020-06-24T07:29:44 DEBUG common.c: stlink current mode: debug (jtag or swd)
2020-06-24T07:29:44 DEBUG common.c: stlink current mode: debug (jtag or swd)
2020-06-24T07:29:44 DEBUG common.c: *** stlink_force_debug_mode ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_status ***
2020-06-24T07:29:44 DEBUG usb.c: core status: 00030003
2020-06-24T07:29:44 DEBUG common.c:   core status: halted
file HIDBOOTLOADER.bin md5 checksum: 882d355c48f5e4c65cd0e4f15ecd86e7, stlink checksum: 0x0003ddb0
2020-06-24T07:29:44 INFO common.c: Attempting to write 3060 (0xbf4) bytes to stm32 address: 134217728 (0x8000000)
2020-06-24T07:29:44 DEBUG common.c: *** stlink_core_id ***
2020-06-24T07:29:44 DEBUG common.c: core_id = 0x2ba01477
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 80 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 45670123 to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 cdef89ab to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Successfully unlocked flash
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 0 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 2 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 8000000 to 0x40022014
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 42 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 1 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 1 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 1 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 1 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 20 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 82 to 0x40022010
2020-06-24T07:29:44 INFO common.c: Flash page at addr: 0x08000000 erased
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 20 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 82 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 45670123 to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 cdef89ab to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Successfully unlocked flash
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 2 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 2 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 8000400 to 0x40022014
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 42 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 20 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 82 to 0x40022010
2020-06-24T07:29:44 INFO common.c: Flash page at addr: 0x08000400 erased
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 20 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 82 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 45670123 to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 cdef89ab to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Successfully unlocked flash
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 2 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 2 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 8000800 to 0x40022014
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 42 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 21 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 20 is 0x4002200c
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 82 to 0x40022010
2020-06-24T07:29:44 INFO common.c: Flash page at addr: 0x08000800 erased
2020-06-24T07:29:44 INFO common.c: Finished erasing 3 pages of 1024 (0x400) bytes
2020-06-24T07:29:44 INFO common.c: Starting Flash write for VL/F0/F3/F1_XL core id
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_mem32 104 bytes to 0x20000000
2020-06-24T07:29:44 INFO flash_loader.c: Successfully loaded flash loader in sram
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 82 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 45670123 to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 cdef89ab to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Successfully unlocked flash
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 2 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 1 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Finished unlocking flash, running loader!
2020-06-24T07:29:44 DEBUG flash_loader.c: Running flash loader, write address:0x8000000, size: 1024
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_mem32 1024 bytes to 0x20000068
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_run ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_status ***
2020-06-24T07:29:44 DEBUG usb.c: core status: 01030003
2020-06-24T07:29:44 DEBUG common.c:   core status: halted
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_reg
2020-06-24T07:29:44 DEBUG common.c:  (2) ***
2020-06-24T07:29:44 DEBUG common.c: data_len = 8 0x8
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG usb.c: r_idx ( 2) = 0x00000000
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 80 to 0x40022010
  1/3 pages written2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 80 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 45670123 to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 cdef89ab to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Successfully unlocked flash
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 1 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Finished unlocking flash, running loader!
2020-06-24T07:29:44 DEBUG flash_loader.c: Running flash loader, write address:0x8000400, size: 1024
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_mem32 1024 bytes to 0x20000068
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_run ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_status ***
2020-06-24T07:29:44 DEBUG usb.c: core status: 01030003
2020-06-24T07:29:44 DEBUG common.c:   core status: halted
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_reg
2020-06-24T07:29:44 DEBUG common.c:  (2) ***
2020-06-24T07:29:44 DEBUG common.c: data_len = 8 0x8
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG usb.c: r_idx ( 2) = 0x00000000
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 80 to 0x40022010
  2/3 pages written2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 80 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 45670123 to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 cdef89ab to 0x40022004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Successfully unlocked flash
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 0 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 1 to 0x40022010
2020-06-24T07:29:44 DEBUG common.c: Finished unlocking flash, running loader!
2020-06-24T07:29:44 DEBUG flash_loader.c: Running flash loader, write address:0x8000800, size: 1012
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_mem32 1012 bytes to 0x20000068
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_run ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_status ***
2020-06-24T07:29:44 DEBUG usb.c: core status: 01030003
2020-06-24T07:29:44 DEBUG common.c:   core status: halted
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_reg
2020-06-24T07:29:44 DEBUG common.c:  (2) ***
2020-06-24T07:29:44 DEBUG common.c: data_len = 8 0x8
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG usb.c: r_idx ( 2) = 0x00000000
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 1 is 0x40022010
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 81 to 0x40022010
  3/3 pages written
2020-06-24T07:29:44 INFO common.c: Starting verification of write complete
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_mem32 ***
2020-06-24T07:29:44 DEBUG common.c: data_len = 1024 0x400
2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  502020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  512020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  092020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  5f2020-06-24T07:29:44 DEBUG common.c:  f82020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  232020-06-24T07:29:44 DEBUG common.c:  782020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  482020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  232020-06-24T07:29:44 DEBUG common.c:  702020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  082020-06-24T07:29:44 DEBUG common.c:  b52020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  032020-06-24T07:29:44 DEBUG common.c:  482020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  1c2020-06-24T07:29:44 DEBUG common.c:  0b2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  352020-06-24T07:29:44 DEBUG common.c:  4b2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  362020-06-24T07:29:44 DEBUG common.c:  4b2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  0c2020-06-24T07:29:44 DEBUG common.c:  c02020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  182020-06-24T07:29:44 DEBUG common.c:  902020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  182020-06-24T07:29:44 DEBUG common.c:  902020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  692020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  902020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  102020-06-24T07:29:44 DEBUG common.c:  602020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  492020-06-24T07:29:44 DEBUG common.c:  ea2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  402020-06-24T07:29:44 DEBUG common.c:  f02020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  202020-06-24T07:29:44 DEBUG common.c:  f02020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  402020-06-24T07:29:44 DEBUG common.c:  f02020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  402020-06-24T07:29:44 DEBUG common.c:  f42020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  bf2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  402020-06-24T07:29:44 DEBUG common.c:  072020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  022020-06-24T07:29:44 DEBUG common.c:  d42020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  142020-06-24T07:29:44 DEBUG common.c:  4a2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  902020-06-24T07:29:44 DEBUG common.c:  682020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  062020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  072020-06-24T07:29:44 DEBUG common.c:  d42020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  122020-06-24T07:29:44 DEBUG common.c:  492020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  fe2020-06-24T07:29:44 DEBUG common.c:  e72020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c22020-06-24T07:29:44 DEBUG common.c:  f82020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  5f2020-06-24T07:29:44 DEBUG common.c:  602020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  8d2020-06-24T07:29:44 DEBUG common.c:  612020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  082020-06-24T07:29:44 DEBUG common.c:  882020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  102020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  102020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  bd2020-06-24T07:29:44 DEBUG common.c:  072020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  102020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c12020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  0a2020-06-24T07:29:44 DEBUG common.c:  442020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  1d2020-06-24T07:29:44 DEBUG common.c:  782020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  222020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  9b2020-06-24T07:29:44 DEBUG common.c:  b22020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  5b2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  032020-06-24T07:29:44 DEBUG common.c:  f52020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  8d2020-06-24T07:29:44 DEBUG common.c:  422020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  222020-06-24T07:29:44 DEBUG common.c:  102020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  f52020-06-24T07:29:44 DEBUG common.c:  e72020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  062020-06-24T07:29:44 DEBUG common.c:  302020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  302020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  482020-06-24T07:29:44 DEBUG common.c:  272020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  072020-06-24T07:29:44 DEBUG common.c:  fb2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  912020-06-24T07:29:44 DEBUG common.c:  f82020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ac2020-06-24T07:29:44 DEBUG common.c:  422020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  1f2020-06-24T07:29:44 DEBUG common.c:  fa2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  622020-06-24T07:29:44 DEBUG common.c:  442020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  202020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  132020-06-24T07:29:44 DEBUG common.c:  442020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  402020-06-24T07:29:44 DEBUG common.c:  532020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  022020-06-24T07:29:44 DEBUG common.c:  f12020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  f12020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  6e2020-06-24T07:29:44 DEBUG common.c:  0e2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  4f2020-06-24T07:29:44 DEBUG common.c:  ea2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  062020-06-24T07:29:44 DEBUG common.c:  db2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  f82020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  192020-06-24T07:29:44 DEBUG common.c:  6c2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  022020-06-24T07:29:44 DEBUG common.c:  902020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  2c2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  502020-06-24T07:29:44 DEBUG common.c:  5c2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  182020-06-24T07:29:44 DEBUG common.c:  b12020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  e32020-06-24T07:29:44 DEBUG common.c:  b12020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  042020-06-24T07:29:44 DEBUG common.c:  032020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  aa2020-06-24T07:29:44 DEBUG common.c:  b12020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  a42020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  b82020-06-24T07:29:44 DEBUG common.c:  442020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  232020-06-24T07:29:44 DEBUG common.c:  f02020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  302020-06-24T07:29:44 DEBUG common.c:  032020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  032020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  192020-06-24T07:29:44 DEBUG common.c:  682020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  c42020-06-24T07:29:44 DEBUG common.c:  012020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  e22020-06-24T07:29:44 DEBUG common.c:  e72020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  2c2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  022020-06-24T07:29:44 DEBUG common.c:  302020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  a32020-06-24T07:29:44 DEBUG common.c:  f82020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  182020-06-24T07:29:44 DEBUG common.c:  4b2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  182020-06-24T07:29:44 DEBUG common.c:  492020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  8b2020-06-24T07:29:44 DEBUG common.c:  612020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  202020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c:  202020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  402020-06-24T07:29:44 DEBUG common.c:  302020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  112020-06-24T07:29:44 DEBUG common.c:  4b2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c:  ff2020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 ERROR common.c: Verification of flash failed at offset: 0
2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 ffff5000 is 0x8000000
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_read_debug32 ffffffff is 0x8000004
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_reg
2020-06-24T07:29:44 DEBUG common.c: data_len = 2 0x2
2020-06-24T07:29:44 DEBUG common.c:  802020-06-24T07:29:44 DEBUG common.c:  002020-06-24T07:29:44 DEBUG common.c: 

2020-06-24T07:29:44 DEBUG common.c: *** stlink_run ***
stlink_fwrite_flash() == -1
2020-06-24T07:29:44 DEBUG common.c: *** stlink_exit_debug_mode ***
2020-06-24T07:29:44 DEBUG common.c: *** stlink_write_debug32 a05f0000 to 0xe000edf0
2020-06-24T07:29:44 DEBUG common.c: *** stlink_close ***

Expected/description:

Flash verification should have no issues.

@Nightwalker-87
Copy link
Member

* Programmer firmware version: How can I check this?

As you are under linux, you may use the ST-Link firmware upgrade tool based on Java to read out the current version:
https://www.st.com/en/development-tools/stsw-link007.html

As I could convince myself previously this also works with non-genuine ST programmers and boards.
Also these can safely be updated to the latest available version.
It even works with CKS32F1xxx clone ICs as can be found on some Bluepill-Boards and a few cheap STM32 programmers.

@bootsector
Copy link

Thanks!

Here's the programmer info:

https://i.imgur.com/H3S5QRL.png

@bootsector
Copy link

I've also upgraded to the suggested version and got the same issue. Let me know if you need additional info. Thanks for looking at this!

@Nightwalker-87
Copy link
Member

That's ok, I'd would have done the same. Please give us some time.
I hope that there will be some help and input from the community on this as well.

@Ant-ON
Copy link
Collaborator

Ant-ON commented Mar 25, 2021

@bootsector Can you test st-flash from the develop branch?
@Nightwalker-87 Most likely closes by #1113

@bootsector
Copy link

@Ant-ON @Nightwalker-87 I've confirmed that IT WORKS NOW! :D

Thank you guys for fixing this! Amazing job!

@Nightwalker-87
Copy link
Member

@Ant-ON is indeed giving valuable input to the project. 🥇

@Nightwalker-87
Copy link
Member

Closed by #1113.

@stlink-org stlink-org locked as resolved and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.