博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
STM32 F4 GPIO Modes
阅读量:4589 次
发布时间:2019-06-09

本文共 558 字,大约阅读时间需要 1 分钟。

 

Goal: creating a visual summary of GPIO configuration modes. The summary at the bottom shows the major configuration choices.

 

Basic electrical info: GPIOs can sink or source up to ±8 mA, and sink or source up to ±20 mA (with a relaxed VOL/VOH)

except PC13, PC14 and PC15 which can sink or source up to ±3mA.

When using the PC13 to PC15 GPIOs in output mode, the speed should not exceed 2 MHz with a maximum load of 30 pF.

For more I/O static and AC characteristics refer to the product spec pdf page 109.

 

转载于:https://www.cnblogs.com/shangdawei/p/4793301.html

你可能感兴趣的文章
设置磁盘配额(第二版)
查看>>
[转]asp.net 防止外部提交数据
查看>>
android用户界面之Gallery3D学习资料汇总
查看>>
[编写高质量代码:改善java程序的151个建议]建议62 警惕数组的浅拷贝
查看>>
h5移动端适配iOS遇到的问题
查看>>
20. 最长公共子串(ToDo)[LCS]
查看>>
浮动:图解两栏布局
查看>>
CSS3 box-sizing 属性
查看>>
expect用法
查看>>
JavaScript [ 转 ] —— 面向对象编程(二):构造函数的继承
查看>>
$百度应用引擎BAE的使用与应用部署
查看>>
Keras入门——(6)长短期记忆网络LSTM(三)
查看>>
高效算法的常用技术(算法导论)
查看>>
TCP、UDP套接字网络协议
查看>>
STDIN_FILENO与stdin区别(转)
查看>>
页面操作postback后保持滚动条位置
查看>>
nginx动静分离小示例
查看>>
nginx socket转发设置
查看>>
centos samba搭建
查看>>
Android Studio 错误: 非法字符: '\ufeff'
查看>>