MCUXpresso - can't change pin mode for LPC812

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso - can't change pin mode for LPC812

ソリューションへジャンプ
1,263件の閲覧回数
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,240件の閲覧回数
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,237件の閲覧回数
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,241件の閲覧回数
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 件の賞賛
返信