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

Need Help on GPIO funtions of LPC2378

Hi,

I am new to ARM processor and i am working on Kit MCB2300 (LPC 2378 Processor). I am having a problem of sending the data on entire port like in other 8 bit microcontrollers(AT89c51). So what are the procedure to intialize the entire port of LPC 2378 in C or Assembly Language.

Thanks in advance..!!

Harpreet

Parents
  • Do you see any trouble with initializing an entire port, compared to initializing individual pins? You have read the user manual for the processor? Guess what - it does tell what is needed to do to use GPIO pins as outputs.

Reply
  • Do you see any trouble with initializing an entire port, compared to initializing individual pins? You have read the user manual for the processor? Guess what - it does tell what is needed to do to use GPIO pins as outputs.

Children