STM32 常见问题总结

Flash烧写


使用JLink V4.12的J-Flash ARM往ST STM32F103VE里烧程序,出现错误:
Blank check after erase reports: Failed to erase sector 1(0x8000000 - 0x8007FF) @address 0x8000000 
Failed to erase sectors
Failed to auto program target
解决方法;
JLink的配置问题,
option-->project setting-->cup-->Device:
错误:ST STM32F103VE(allow opt.b)
正确:ST STM32F103VE



你可能感兴趣的:(STM32 常见问题总结)