Jump to content

LPC21xx: Difference between revisions

From HW wiki
No edit summary
 
tolpc
Line 4: Line 4:
# Unpack this to the root direcotry
# Unpack this to the root direcotry
  tar -C / -xvzf gcc-arm-elf-3.4.3-bin.tar.gz
  tar -C / -xvzf gcc-arm-elf-3.4.3-bin.tar.gz
== Software ==
We have developed a [http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=lpc21xx-boot;a=tree;f=/arch/arm/mach-lpc2106/tools/tolpc tolpc] tool, which can be now used for loading applications to RAM. For flash loading [http://guest.engelschall.com/~martin/lpc21xx/isp/ lpc21isp] can be used. In future we will include flash programming posibility to '''tolpc'''.

Revision as of 08:59, 19 August 2005

Development tools

  1. Download gcc-arm-elf-3.4.3-bin
  2. Unpack this to the root direcotry
tar -C / -xvzf gcc-arm-elf-3.4.3-bin.tar.gz

Software

We have developed a tolpc tool, which can be now used for loading applications to RAM. For flash loading lpc21isp can be used. In future we will include flash programming posibility to tolpc.