MCUXpresso - can't change pin mode for LPC812

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

MCUXpresso - can't change pin mode for LPC812

跳至解决方案
1,247 次查看
aaronm
Contributor IV

I assigned a few pins for SPI1, and the "mode" is inactive: I can't set them to PullUp.  It's almost like a previous setting for those pins is overriding all of my attempts to change that setting.  Am I overlooking something?  Even if I close out mcuxpresso, edit the XML and .c/.h files, it will not let me change those.  In the image, see the "Mode" column; note the greyed out "n/a".

I'm not using a specific board: I'm using a raw chip.  I've been able to get this chip and configuration to work for other purposes, but for SPI1, it's not letting me change the mode.  I'm already using SPI0 for something else, so I can't just change things.

Screen Shot 2022-12-12 at 10.54.37 PM.png

标记 (1)
0 项奖励
回复
1 解答
1,224 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @aaronm .

PIO0_10 and PIO0_11 are true open-drain pins, can not config "MODE",

About detail you can check from UM10601.

 

BR

Alice

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,221 次查看
aaronm
Contributor IV

Ah!  Section 7.2.  It figures that the two pins I wanted to use in that context - mostly just for location relative to other devices - were unusable.  I appreciate the answer, though.

0 项奖励
回复
1,225 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @aaronm .

PIO0_10 and PIO0_11 are true open-drain pins, can not config "MODE",

About detail you can check from UM10601.

 

BR

Alice

0 项奖励
回复