| Author |
Message |
hemant2007
Joined: 14 Jan 2007 Posts: 70
|
27 Aug 2008 5:09 ARM LPC 21XX programming |
|
|
|
Is here any book,tutorial available for programming LPC 21xx controllers ?
i need it plz send links of useful sites also
thank u in advance
|
|
| Back to top |
|
 |
mami_hacky
Joined: 28 Mar 2002 Posts: 683 Helped: 4 Location: Some where
|
27 Aug 2008 6:00 ARM LPC 21XX programming |
|
|
|
it is so easy
u can program the chip using a simple serial connection to ur PC
using linux, there is a complete toolchain for compiling, debuging and programming the device
it really does not need any special tutorial
u just connect the suitable chip's pin to ground, and connect the serial port of the LPC device to PC using a Serial-USB cable ( like what FDTI produces ) finally u run a simple program at PC side
I'm talking all about linux, there a program called lpc21isp will get ur compiled elf and will program it into ur chip, when finished, disconnect the programming pin from ground.
I know that it is also possible to program the device directly with USB, but we never used that technique. We are currently using LPC2148 device widely in out projects
good luck
|
|
| Back to top |
|
 |
devura
Joined: 19 Dec 2006 Posts: 135 Helped: 6 Location: India
|
29 Aug 2008 9:21 ARM LPC 21XX programming |
|
|
|
HI,
Here are two books which will be useful
ARM System Developers Guide-Designing and Optimizing System Software - Sloss,Symes,Wright (MK)
ARM System On-Chip Architecture [2E] - Steve Furber
|
|
| Back to top |
|
 |