STM32中常见错误的处理方法
时间:2018-08-21 18:40:01
[导读]1.Fatal Error[Pe035]: #error directive: "Please select first the target STM32F10x device used in your application (in stm32f10x.h file)"处理方法 :在options-C/C++ compiler-preprocessor 里的 Defined sy
1.Fatal Error[Pe035]: #error directive: "Please select first the target STM32F10x device used in your application (in stm32f10x.h file)"
处理方法 :
在options-C/C++ compiler-preprocessor 里的 Defined symbols 下输入:
USE_STDPERIPH_DRIVER
STM32F10X_MD





