ADC Input as GPIO

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

ADC Input as GPIO

253 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by richas on Mon Sep 21 10:20:46 MST 2015
Hi,
I want to use P1_9 of the LPC11U68 as GPIO.  Do do I set the ADMODE bit, to disable the analog input, in LPCOPEN?

Thanks

Rich
Labels (1)
0 Kudos
1 Reply

238 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by richas on Mon Sep 21 10:38:28 MST 2015
Solved with:

LPC_IOCON->PIO1[9] |= 0x00000080;
0 Kudos