Unused Pins of LPC4322 Microcontroller

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

Unused Pins of LPC4322 Microcontroller

跳至解决方案
1,062 次查看
SrinathVelavan
Contributor III

How do we configure the unused pins on an LPC4322 Microcontroller? At present, I have left them unconnected with no-connect on schematic for my board.

标签 (1)
0 项奖励
回复
1 解答
1,037 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

All I/Os default to input with pullup after reset. So it has internal pullup.

For non-opendrain GPIO, left unconnected if driven LOW and configured as GPIO output with pull-up or pull-down disabled by software. Or just default setting (input with pullup) is ok

For opendrain GPIO, left unconnected if driven LOW and configured as GPIO output by software.

Please follow below to configure the unused pins.

ZhangJennie_0-1684669075172.png

Hope this helps,

Jun Zhang

 

在原帖中查看解决方案

2 回复数
1,038 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

All I/Os default to input with pullup after reset. So it has internal pullup.

For non-opendrain GPIO, left unconnected if driven LOW and configured as GPIO output with pull-up or pull-down disabled by software. Or just default setting (input with pullup) is ok

For opendrain GPIO, left unconnected if driven LOW and configured as GPIO output by software.

Please follow below to configure the unused pins.

ZhangJennie_0-1684669075172.png

Hope this helps,

Jun Zhang

 

1,010 次查看
SrinathVelavan
Contributor III

Thank you for your answer.

0 项奖励
回复