錯誤 #35: #error directive: "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)" EmbeddedProject2 C:\Users\pharaoh\source\repos\EmbeddedProject2\EmbeddedProject2\USER\stm32f4xx.h 102
小白我查找了STM32F4xx.h 這個文件,發現下面的敘述:
#if !defined (STM32F40_41xxx) && !defined (STM32F427_437xx) && !defined (STM32F429_439xx) && !defined (STM32F401xx) && !defined (STM32F411xE)
#error "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)"
#endif