STM8S105C6初始化報警

2019-07-19 21:59发布

#include "stm8s.h"
#include "usart.h"
#include "stm8s_gpio.h"
#include "stm8s_uart2.h"

 
void GPIO_config(void)
 {
 GPIO_DeInit(GPIOD);
 GPIO_Init(GPIOD,GPIO_Pin_6,GPIO_Mode_In_FL_No_IT);     /*RXD PD6  */
 GPIO_Init(GPIOD,GPIO_Pin_5,GPIO_Mode_Out_PP_High_Fast); /*TXD PD5  led4  */
}


#error cpstm8 userusart.c:19(28+26) GPIO_Mode_Out_PP_High_Fast undefined
#error cpstm8 userusart.c:19(17+10) GPIO_Pin_5 undefined
#error cpstm8 userusart.c:18(28+21) GPIO_Mode_In_FL_No_IT undefined
#error cpstm8 userusart.c:18(17+10) GPIO_Pin_6 undefined

這是怎麼回事啊
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
2条回答
xiaoyan
1楼-- · 2019-07-20 02:12
 精彩回答 2  元偷偷看……
龙胜阳子
2楼-- · 2019-07-20 02:31
回复【2楼】xiaoyan:
---------------------------------
加了  路徑也加進來了

一周热门 更多>