Content originally posted in LPCWare by mattes on Thu Mar 06 12:49:44 MST 2014
Stumbled accross this line in pinint.c of sample nxp_lpcxpresso_11u14_periph_int
line111:
Chip_IOCON_PinMuxSet(LPC_IOCON, GPIO_PININT_PORT, GPIO_PININT,
(IOCON_FUNC0 | IOCON_MODE_PULLUP | IOCON_DIGMODE_EN));
According to the 11u24 user manual, table 63, there is no option like PULLUP or DIGMODE for
for pin PIO0_4.
Is my inderstanding correct?