Stlink: STM32F051RBTx : La vérification du flash a échoué

Créé le 23 juil. 2019  ·  8Commentaires  ·  Source: stlink-org/stlink

comme les autres voici le problème :

2019-07-23T16:56:36 INFO common.c: Démarrage de l'écriture Flash pour l'ID de base VL/F0/F3/F1_XL
2019-07-23T16:56:36 INFO flash_loader.c: Chargeur flash chargé avec succès dans sram
18/18 pages écrites
2019-07-23T16:56:37 INFO common.c: Démarrage de la vérification de l'écriture terminée
2019-07-23T16:56:37 ERROR common.c: La vérification du flash a échoué au décalage : 0
stlink_fwrite_flash() == -1

Il n'y a aucun problème de programmation ou d'effacement.

buneeds-fix componenst-flash erroverify-failed olinux programmestlinkv2-clone targestm32f0 targestm32f1 targestm32l0

Tous les 8 commentaires

Idem pour la série STM32L051
La vérification échoue

```2019-08-21T11:50:03 INFO common.c: Démarrage de la vérification de l'écriture terminée
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

2019-08-21T11:50:03 ERROR common.c: La vérification du flash a échoué au décalage : 0
2019-08-21T11:50:03 DEBUG common.c: * stlink_read_debug32 20002900 est 0x80000002019-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 est 0x800000042019-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 à 0xe000edf02019-08-21T11:50:03 DEBUG common.c: stlink_close **

Quelle version des outils utilisez-vous ? Pouvez-vous nous donner quelques informations sur votre environnement ?
Vous pouvez voir quelles informations seraient pertinentes pour nous dans notre modèle de problème (--> nouveau problème --> rapport de bogue), sans soumettre un nouveau problème bien sûr. Copiez simplement le formulaire rempli dans une nouvelle publication ici. Cela serait utile car cet ancien ticket ne fournit pas encore d'informations détaillées, à part la sortie d'erreur. Nous pourrons alors aborder ce sujet de manière appropriée.

Je suis heureux de fournir autant d'informations que vous avez besoin. Faites-moi savoir si vous avez besoin d'autres tests!

Sortie de la ligne de commande :

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 ***

Attendu/description :

La vérification Flash ne devrait poser aucun problème.

* Programmer firmware version: How can I check this?

Comme vous êtes sous Linux, vous pouvez utiliser l'outil de mise à jour du firmware ST-Link basé sur Java pour lire la version actuelle :
https://www.st.com/en/development-tools/stsw-link007.html

Comme je pouvais m'en convaincre précédemment, cela fonctionne également avec des programmeurs et des cartes ST non authentiques.
Ils peuvent également être mis à jour en toute sécurité vers la dernière version disponible.
Il fonctionne même avec les circuits intégrés clones CKS32F1xxx, comme on peut le trouver sur certaines cartes Bluepill et quelques programmeurs STM32 bon marché.

Merci!

Voici les informations du programmeur :

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

J'ai également mis à niveau vers la version suggérée et j'ai le même problème. Faites-moi savoir si vous avez besoin d'informations supplémentaires. Merci d'avoir regarder ceci!

C'est bon, j'aurais fait pareil. S'il vous plaît, donnez-nous un peu de temps.
J'espère qu'il y aura aussi de l'aide et des contributions de la communauté à ce sujet.

Cette page vous a été utile?
0 / 5 - 0 notes