1096|4

144

帖子

0

TA的资源

一粒金砂(高级)

楼主
 

GPIO 功能及复用功能表 [复制链接]

本帖最后由 树莓派开发者 于 2023-5-11 10:21 编辑

GPIO

板上有两个5V引脚和两个3.3V引脚,以及一些不可配置的接地引脚(0V)。其余引脚都是通用3.3V引脚,意味着输出被设置为3.3V,输入也是3.3V。

OUTPUTS

指定为输出引脚的GPIO引脚可以设置为高电平(3.3V)或低电平(0V)。

INPUTS

指定为输入引脚的GPIO引脚可以读取为高电平(3.3V)或低电平(0V)。使用内部上拉或下拉电阻更容易做到这一点。引脚GPIO2和GPIO3具有固定的上拉电阻,但对于其他引脚,这可以在软件中配置。

MORE

除了简单的输入和输出设备,GPIO引脚还可以用于各种替代功能,有些可用于所有引脚,有些可用于特定引脚。

  • PWM (脉冲宽度调制)
    • Software PWM available on all pins
    • Hardware PWM available on GPIO12, GPIO13, GPIO18, GPIO19
  • SPI
    • SPI0: MOSI (GPIO10); MISO (GPIO9); SCLK (GPIO11); CE0 (GPIO8), CE1 (GPIO7)
    • SPI1: MOSI (GPIO20); MISO (GPIO19); SCLK (GPIO21); CE0 (GPIO18); CE1 (GPIO17); CE2 (GPIO16)
  • I2C
    • Data: (GPIO2); Clock (GPIO3)
    • EEPROM Data: (GPIO0); EEPROM Clock (GPIO1)
  • Serial
    • TX (GPIO14); RX (GPIO15)

有关GPIO引脚高级功能的更多信息,请参见interactive pinout diagram

raspi-gpio

raspi-gpio是一个在树莓派上使用的GPIO控制工具,可以获取GPIO状态以及设置GPIO

安装

sudo apt -y install raspi-gpio

使用说明

Use:
raspi-gpio get [GPIO]
OR
raspi-gpio set <GPIO> [options]
OR
raspi-gpio funcs [GPIO]
OR
raspi-gpio raw

GPIO is a comma-separated list of pin numbers or ranges (without spaces),
e.g. 4 or 18-21 or 7,9-11
Note that omitting [GPIO] from raspi-gpio get prints all GPIOs.
raspi-gpio funcs will dump all the possible GPIO alt funcions in CSV format
or if [GPIO] is specified the alternate funcs just for that specific GPIO.
Valid [options] for raspi-gpio set are:
ip set GPIO as input
op set GPIO as output
a0-a5 set GPIO to alternate function alt0-alt5
pu set GPIO in-pad pull up
pd set GPIO pin-pad pull down
pn set GPIO pull none (no pull)
dh set GPIO to drive to high (1) level (only valid if set to be an output)
dl set GPIO to drive low (0) level (only valid if set to be an output)
Examples:
raspi-gpio get Prints state of all GPIOs one per line
raspi-gpio get 20 Prints state of GPIO20
raspi-gpio get 20,21 Prints state of GPIO20 and GPIO21
raspi-gpio set 20 a5 Set GPIO20 to ALT5 function (GPCLK0)
raspi-gpio set 20 pu Enable GPIO20 ~50k in-pad pull up
raspi-gpio set 20 pd Enable GPIO20 ~50k in-pad pull down
raspi-gpio set 20 op Set GPIO20 to be an output
raspi-gpio set 20 dl Set GPIO20 to output low/zero (must already be set as an output)
raspi-gpio set 20 ip pd Set GPIO20 to input with pull down
raspi-gpio set 35 a0 pu Set GPIO35 to ALT0 function (SPI_CE1_N) with pull up
raspi-gpio set 20 op pn dh Set GPIO20 to ouput with no pull and driving high

GPIO功能及复用功能表

转载来自:https://rpideveloper.com/topic/34/gpio

最新回复

这东西每家都会有点差异的   详情 回复 发表于 2023-5-10 13:50
点赞 关注
个人签名

WX:上海晶珩电子科技

 
 

回复
举报

6587

帖子

0

TA的资源

五彩晶圆(高级)

沙发
 

其余的引脚都是通用3.3V引脚,为什么就说意味着输出设置为3.3V,输入为3.3V容差呢

点评

翻译的时候,语句出现了一点小问题,应该翻译成“输出被设置为3.3V,输入也是3.3V。” 文章已提交修改  详情 回复 发表于 2023-5-11 10:20
 
 
 

回复

119

帖子

0

TA的资源

一粒金砂(中级)

板凳
 

这个STM32系列是不是都差不多,大同小异罢了

点评

这东西每家都会有点差异的  详情 回复 发表于 2023-5-10 13:50
 
 
 

回复

6060

帖子

6

TA的资源

版主

4
 
wang12011201 发表于 2023-5-10 11:46 这个STM32系列是不是都差不多,大同小异罢了

这东西每家都会有点差异的

个人签名

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 
 

回复

144

帖子

0

TA的资源

一粒金砂(高级)

5
 
Jacktang 发表于 2023-5-10 07:26 其余的引脚都是通用3.3V引脚,为什么就说意味着输出设置为3.3V,输入为3.3V容差呢

翻译的时候,语句出现了一点小问题,应该翻译成“输出被设置为3.3V,输入也是3.3V。”

文章已提交修改

个人签名

WX:上海晶珩电子科技

 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表