9 years, 2 months ago.

Lpc11u24 every gpio pin

Lpc11u24 suits every of my needs for my projet, but mbed board doesn't use every gpio avalible. I would like to know if I there is a way to call pins directly by their nxp pin name, tu be able to use every single pin and maybe use, a bigger form factor with more gpio

1 Answer

9 years, 2 months ago.

For instance, for "PIO1_12"pin, it can be used as P1_12.
So you can do it like

DigitalOut output( P1_12 );


All those pin name definitions are available here

Perfect answer

posted by Sergio Fernandez Santos 03 Feb 2015