stm32 use of undeclared identifier GPIO_InitTypeDef 1.Output、Listing 两个选项输出文件地址可能指向错误 2.调整上述两个输出文件位置后,再次编译,若出现以下错误 User\main.c(6): error: #268: declaration may not appear after executable statement in block 选中以下配置,并保存...
是自己想写一个DHT11温湿度传感器的程序,main函数还没有开始写,刚开始写GPIO_DHT11_Config,定义一下DHT11要用的GPIO口,GPIO的.c文件我添加了 在options里也include了.h文件 在conf.h里也把GPIO.h的注释去掉了 但写GPIO_InitTypeDef还是报错 提示我use of undeclared identifier GPIO_InitTypeDef ,检查了好几遍了...
说明GPIO_InitTypeDef 没有定义。你看看是否是输错了宏定义(字母,大小写)
1 - ap6181 sdio wifi gpio config ;ap6xxx_wl_regon = port:PL06<1><0> ;ap6xxx_wl_host_wake = port:PL07<4><0> ;ap6xxx_lpo_use_apclk = 1 ; 2 - ap6210 sdio wifi gpio config ap6xxx_wl_regon = port:PL06<1><0> ;ap6xxx_wl_regon = port:PD13<1><0> ap6xxx_wl_host...