把BOOT0/BOOT1都置1以后显示是这样的:
Connecting ...
- Connected successfully
- Unsecure chip ...
- Chip unsecured successfully
- Erasing affected sectors ...
- ERROR: PC of target system has unexpected value after blank checking. (PC = 0xE09BE096)!
---------------------------------------------------------------------- Registers -------------------------------------------------------------------------------------
PC = E09BE096
Current: R0 = 00000003, R1 = 08000000, R2 = 00001000, R3 = 00017C68
R4 = 20000000, R5 = 00017C64, R6 = 000000FF, R7 = 20000147
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- ERROR: Failed to erase sectors
- ERROR: Failed to auto program target
Disconnecting ...
- Disconnected
在BOOT0/BOOT1都为0的时候显示是这样的:
Connecting ...
- Connected successfully
- Unsecure chip ...
- Chip unsecured successfully
- Erasing affected sectors ...
- ERROR: PC of target system has unexpected value after blank checking. (PC = 0x200000E2)!
---------------------------------------------------------------------- Registers -------------------------------------------------------------------------------------
PC = 200000E2
Current: R0 = 00000003, R1 = 08000000, R2 = 00001000, R3 = 00017C68
R4 = 20000000, R5 = 00017C64, R6 = 000000FF, R7 = 20000147
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- ERROR: Failed to erase sectors
- ERROR: Failed to auto program target
Disconnecting ...
- Disconnected
|