This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2114

Hay
I am new to LPC2114 microcontroller

In 8051 pins are bit addressable using sbit (Keil-C51) so I can declare input switch & out put LED as

Ex: sbit SWITCH P1^1
Ex: sbit LED P1^4

How to declare the input switch & out put LED in LPC2114 using Keil-ARM

Regards
naresh

0