Microsoft Windows [Version 10.0.22631.3007] (c) Microsoft Corporation. All rights reserved. C:>stm32_programmer_cli -c port=SWD mode=NORMAL reset=HWrst -q -e 0 ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Warning: UR connection mode is defined with the HWrst reset mode ST-LINK SN : 000C001E5553500F20393256 ST-LINK FW : V3J9M3B5S1 Board : STLINK-V3SET Voltage : 3.10V SWD freq : 8000 KHz Connect mode: Under Reset Reset mode : Hardware reset Device ID : 0x497 Revision ID : Rev Y Device name : STM32WLxx Flash size : 256 KBytes Device type : MCU Device CPU : Cortex-M4 BL Version : 0xC4 Erase sector(s) ... Existing specified sectors are erased successfully Protected sectors are not erased C:>stm32_programmer_cli -c port=SWD mode=NORMAL reset=HWrst -q -r32 0x08000000 32 ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Warning: UR connection mode is defined with the HWrst reset mode ST-LINK SN : 000C001E5553500F20393256 ST-LINK FW : V3J9M3B5S1 Board : STLINK-V3SET Voltage : 3.10V SWD freq : 8000 KHz Connect mode: Under Reset Reset mode : Hardware reset Device ID : 0x497 Revision ID : Rev Y Device name : STM32WLxx Flash size : 256 KBytes Device type : MCU Device CPU : Cortex-M4 BL Version : 0xC4 Reading 32-bit memory content Size : 32 Bytes Address: : 0x08000000 0x08000000 : FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 0x08000010 : FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF C:>stm32_programmer_cli -c port=SWD mode=NORMAL reset=HWrst -q -w32 0x08000000 0x00000001 0x00000002 0x00000003 0x00000004 0x00000005 ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Warning: UR connection mode is defined with the HWrst reset mode ST-LINK SN : 000C001E5553500F20393256 ST-LINK FW : V3J9M3B5S1 Board : STLINK-V3SET Voltage : 3.10V SWD freq : 8000 KHz Connect mode: Under Reset Reset mode : Hardware reset Device ID : 0x497 Revision ID : Rev Y Device name : STM32WLxx Flash size : 256 KBytes Device type : MCU Device CPU : Cortex-M4 BL Version : 0xC4 Write 32-bit data w @0x08000000: 0x00000001 0x00000002 0x00000003 0x00000004 w @0x08000010: 0x00000005 Downloading... Error: Failed to download data! If it's a Flash memory, it may be not erased or protected C:>stm32_programmer_cli -c port=SWD mode=NORMAL reset=HWrst -q -r32 0x08000000 32 ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Warning: UR connection mode is defined with the HWrst reset mode ST-LINK SN : 000C001E5553500F20393256 ST-LINK FW : V3J9M3B5S1 Board : STLINK-V3SET Voltage : 3.10V SWD freq : 8000 KHz Connect mode: Under Reset Reset mode : Hardware reset Device ID : 0x497 Revision ID : Rev Y Device name : STM32WLxx Flash size : 256 KBytes Device type : MCU Device CPU : Cortex-M4 BL Version : 0xC4 Reading 32-bit memory content Size : 32 Bytes Address: : 0x08000000 0x08000000 : 00000001 00000002 00000003 FFFFFFFF 0x08000010 : FFFFFFFF FFFFFFFF 00000000 00000000 C:>