MCUXpresso - can't change pin mode for LPC812

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCUXpresso - can't change pin mode for LPC812

Jump to solution
475 Views
aaronm
Contributor III

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

Tags (1)
0 Kudos
1 Solution
452 Views
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

View solution in original post

0 Kudos
2 Replies
449 Views
aaronm
Contributor III

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 Kudos
453 Views
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 Kudos