ADC Input as GPIO

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

ADC Input as GPIO

712 次查看
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
标签 (1)
0 项奖励
回复
1 回复

697 次查看
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 项奖励
回复