Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
GPIO
请教GET_PIN问题
发布于 2020-06-18 17:59:20 浏览:2698
订阅该版
```c /*-------------------------- I2C CONFIG BEGIN --------------------------*/ /** if you want to use i2c bus(soft simulate) you can use the following instructions. * * STEP 1, open i2c driver framework(soft simulate) support in the RT-Thread Settings file * * STEP 2, define macro related to the i2c bus * such as #define BSP_USING_I2C1 * * STEP 3, according to the corresponding pin of i2c port, modify the related i2c port and pin information * such as #define BSP_I2C1_SCL_PIN GET_PIN(port, pin) -> GET_PIN(C, 11) * #define BSP_I2C1_SDA_PIN GET_PIN(port, pin) -> GET_PIN(C, 12) */ #define BSP_USING_I2C1 #ifdef BSP_USING_I2C1 #define BSP_I2C1_SCL_PIN GET_PIN(B, 8) #define BSP_I2C1_SDA_PIN GET_PIN(B, 9) #endif /*#define BSP_USING_I2C2*/ #ifdef BSP_USING_I2C2 #define BSP_I2C2_SCL_PIN GET_PIN(port, pin) #define BSP_I2C2_SDA_PIN GET_PIN(port, pin) #endif /*-------------------------- I2C CONFIG END --------------------------*/ ``` 编译时出现下面的问题 ``` 'B' undeclared here (not in a function) ``` - RT-Thread Studio V1.1.0 - RT-Thread 4.0.2 [https://www.rt-thread.org/document/site/rtthread-studio/drivers/soft-i2c/rtthread-studio-soft-i2c/](https://www.rt-thread.org/document/site/rtthread-studio/drivers/soft-i2c/rtthread-studio-soft-i2c/) 中也这同样定义啊 请教一下如何解决这个问题?
查看更多
xteszhc
2020-06-18
这家伙很懒,什么也没写!
>BSP和驱动都由RT-Thread Studio 自动载入了,我没单独加任何驱动呀, 自动生成的不对? ... 同样出现过此问题,在`board.h`文件上加入`#include "drv_common.h"`可以编译成功,不知道有没有其它问题
6
个回答
默认排序
按发布时间排序
piaoxueboy
2020-06-18
这家伙很懒,什么也没写!
非常感谢 xteszhc 的回复 ,折腾一天了,准备放弃RT-Thread Studio了,又让我看到希望了 ,看来自动生成的也不是很靠谱啊。
bernard
2020-06-18
这家伙很懒,什么也没写!
这个应该是和BSP相关,可以和stm32下的BSP、驱动联合来看待这个问题
piaoxueboy
2020-06-18
这家伙很懒,什么也没写!
BSP和驱动都由RT-Thread Studio 自动载入了,我没单独加任何驱动呀, 自动生成的不对?
bernard
2020-06-19
这家伙很懒,什么也没写!
目前RT-Thread Studio还在完善中吧,里面确实加了很多功能,但是需要更多的测试。基本上会保持两周一个版本的迭代方式,所以有什么问题也可以反馈出来,到后面的版本很可能就修复了
INET_3569
2020-12-22
这家伙很懒,什么也没写!
```c #define LED0_PIN GET_PIN(A, 1) ``` 提示: ``` 'A' undeclared (first use in this function) ``` 怎么解决?
撰写答案
登录
注册新账号
关注者
0
被浏览
2.7k
关于作者
piaoxueboy
这家伙很懒,什么也没写!
提问
15
回答
19
被采纳
0
关注TA
发私信
相关问题
1
drivers- pin
2
bsp 里面的drivers/gpio.c 少了一个功能
3
stm32f407移植RTT中gpio设备驱动问题
4
config PB4(NJTRST) to GPIO
5
RT-Thread的GPIO设备驱动问题
6
关于pin.c文件中语句可能出现的bug
7
RT-Thread学习笔记--线程创建与官方Pin设备驱动调用
8
【应用笔记】小白也能玩转RT-Thread之通用GPIO设备【官方出品
9
串口引脚定义中的GPIO_Pin_sources是社么意思?
10
RTT -GPIO 使用例程
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【24嵌入式设计大赛】基于RT-Thread星火一号的智慧家居系统
2
RT-Thread EtherKit开源以太网硬件正式发布
3
如何在master上的BSP中添加配置yml文件
4
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
5
RT-Thread 发布 EtherKit开源以太网硬件!
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
MicroPython
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
16
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
6
个答案
2
次被采纳
用户名由3_15位
13
个答案
1
次被采纳
本月文章贡献
程序员阿伟
9
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
5
次点赞
RTT_逍遥
1
篇文章
2
次点赞
ThinkCode
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部