求助 f0的keil5工程突然都编译不了了

2019-12-30 19:22发布

之前工程都是好好的,现在突然都不行了,错误如下。只限于所有的stm32f0的工程,stm32f1的工程都没事。这是咋回事?


Build target 'Target 1'
compiling led.c...
..driveled.c(17): error:  #20: identifier "GPIO_InitTypeDef" is undefined
        GPIO_InitTypeDef GPIO_InitStruct;
..driveled.c(18): warning:  #223-D: function "RCC_AHBPeriphClockCmd" declared implicitly
        RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE);
..driveled.c(18): error:  #20: identifier "RCC_AHBPeriph_GPIOA" is undefined
        RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE);


补充一下,GPIO_InitTypeDef这类的定义的文件stm32f0xx_gpio.h都已经在工程里了。


友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。