打印

I/O引脚驱动问题

[复制链接]
2168|6
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
salore|  楼主 | 2009-9-28 16:07 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
请问大家一下,有关pSoC的I/O引脚驱动的几种模式(如High Z、analog、strong、low等)有什么区别,在什么情况下使用何种驱动模式?
沙发
jxin| | 2009-9-28 16:29 | 只看该作者
High Z. Use High Z for the pin to be input digital.
High Z Analog. This mode is similar to the High Z state, but the digital input section is disabled. Select this mode to use this pin as an analog input or output. This mode must be selected if the pin is unused. Each GPIO pin has a Schmitt trigger cell which interfaces with the internal digital data bus. In High Z Analog mode, this Schmitt trigger cell is disabled. This prevents oscillations at the Schmitt trigger output when the analog signal on the pin is at threshold levels.
Open Drain High. In this mode, the HIGH output is driven with a strong drive. The LOW output is High Z.
Open Drain Low. In this mode, the LOW output is driven with a strong drive and HIGH output is open. This mode is suitable for I2C bus where external pull up resistors are used.
Strong. Use the Strong mode if your pin is output. The pin has a low impedance connection to VSS and VDD. Do not use the Strong mode if the pin is an input.
Pull Down. In this mode, HIGH output is driven strong, and LOW output is through an internal pull down resistor of approximately 5.6K. This mode is used as an input, for example with a switch connected to VCC. This mode is also used as output.
Pull Up. This mode is the opposite of the Pull Down mode. In this mode, HIGH output is driven strong and LOW output is through an internal pull down resistor of approximately 5.6K. This mode is used as an input, for example with a switch connected to GND. When used as input, the corresponding bit in the PRTxDR register must be set to enable the pull up resistor. Once the pull up resistor is enabled, the state of the pin is read using the PRTxDR register. This mode is also used as output.

我从AN2094上抄的

使用特权

评论回复
板凳
午夜粪车| | 2009-9-30 21:31 | 只看该作者
头晕:dizzy:

使用特权

评论回复
地板
salore|  楼主 | 2009-10-8 12:48 | 只看该作者
还是有些不太懂,比如说HIGH output 和 LOW output 指的是什么?而在Open Drain High 中的HIGH output 驱动为Strong 和LOW output 驱动为High Z又有什么不同?他们之间的电平/电流有什么不同吗? 2# jxin

使用特权

评论回复
5
jxin| | 2009-10-9 13:10 | 只看该作者
我认为HIGH output 和LOW output指输出高电平和输出低电平. 在Open Drain High 模式中, HIGH output 驱动是Strong是指强驱动, LOW output驱动为High Z是指此port是悬空的, 理论上没有电流, 但是实际上会有漏电流存在, 所以电流电压可能不为零. 参照psoc TRM的第六章。

使用特权

评论回复
6
Apnote| | 2009-10-9 15:36 | 只看该作者
很难理解,还是多动手试一试!

使用特权

评论回复
7
20801233| | 2009-10-11 19:21 | 只看该作者
5楼解释的很清楚了

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

4

主题

17

帖子

0

粉丝