最近调试程序的时候老是出现Full Chip Erase Failed! 用的是J-link 上网查找了解决办法 比如芯片解锁 试过了还是不行,换了芯片前几次可以下载 大概5次以后就不行了 我用的是STM32F207 求指教
把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 |