unused pins , output-mode disable pull-down?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

unused pins , output-mode disable pull-down?

跳至解决方案
1,100 次查看
jun1
Contributor V

Hello.
In the LPC82X data sheet, it is recommended to disable unused pins and output LOW in the output mode, but is it also possible to disable pull-down?
The MODE bit in the IOCON register is
0x0 Inactive (no pull-down / pull-up resistor enabled).
0x1 Pull-down resistor enabled.
0x2 Pull-up resistor enabled.
0x3 Repeater
So, which one is recommended, 0x0 or 0x01?
Sorry, I do not have much knowledge of hardware.

标签 (1)
标记 (1)
1 解答
930 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Jun

Make the unused pin as floating, and then set it as output low in software. GPIO output with pull-up disabled, and pull-down enabled.


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
931 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Jun

Make the unused pin as floating, and then set it as output low in software. GPIO output with pull-up disabled, and pull-down enabled.


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

930 次查看
jun1
Contributor V

Thank you for a polite answer.
I understand that.


Have a nice day!

jun

0 项奖励
回复
930 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

You are welcome!

0 项奖励
回复