Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 9 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, 9 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