Can you give me an Eclipse LPC2148 Example project?

Can you give me an Eclipse LPC2148 Example project?

I don’t know how to start it.

Please send me a link or compressed project file.

Have you read Jim Lynch’s tutorial for ARM processors? He goes through it step by step and even has a set of source files included for the 2148 (you may have to download the source separately from the tutorial depending on where you get it from).

Thank you friend, i never read that tutoria, i will read today and follow the procedure to develop program.

That tutorial was very helpfull to install the Eclipse platform and OLIMEX ARM-USB-OCD JTAG tool driver. They have given ATMEL MCU sample source code.

I would like to have LPCH2148 sample source code.

Could suggest me any website that is having LPCH2148 sample source…

Thanks in advance.

The blink example provided with Jim’s tutorial will work fine with the LPC-H2148 as long as you change the mask that he uses turn on and off the LED. I believe the mask is 0x1000000 that you would use to set or clear the FIO1PIN register.