1.Start\stm32f10x.h(96): error: #35: #error directive: "Please select first the target STM32F10x device used in your application (in stm32f10x.h file)"
锤子-->C/C++-->Define 输入“USE_STDPERIPH_DRIVER,STM32F10X_MD”
MD会变的,不同的板子不一样,我的是STM32F103C8T6
2.error: #5: cannot open source input file "stm32f10x_conf.h": No such file or directory
2.1把ARM Compiler版本改成5.06的
2.2配置路径
D:\keil\ARM\PACK\ARM\CMSIS\5.0.1\CMSIS\Include
D:\keil\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include
D:\keil\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\StdPeriph_Driver\inc
我是D盘,keil只有一个,很好找
如果这些都不行的话,少哪一个你就去keil里面搜,然后粘贴在对应路经里面
3 flash download failed cortex m3
这个是驱动的问题,要么你没安装驱动程序,要么安装的类型不对。不同板子不一样
详情请看