Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Ads

Discussion Groups

Discussion Groups | LPC2000 | MCB2100 LPC2114 starter code

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

MCB2100 LPC2114 starter code - petermccormick1 - Feb 18 18:26:00 2004

We have used Keil Uv2 (assemblers & C) and Ceibo emulators &
programmers for the 87C554 family of chips for years. The 87C is
great but it is becoming an antique. We are migrating to the LPC2114
and have purchased the Keil Ulink and MCB2100 to ramp up. Keil does
not seem to have much sample code to work with the MCB2100 for
starters. Are there any web sites with code, flash programming
examples, UART, Hello world.... examples so the learning curve isn't
quite so steep?

Thanks, Peter





(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )


Re: MCB2100 LPC2114 starter code - Leon Heller - Feb 18 21:06:00 2004


----- Original Message -----
From: "petermccormick1" <>
To: <>
Sent: Wednesday, February 18, 2004 11:26 PM
Subject: [lpc2000] MCB2100 LPC2114 starter code > We have used Keil Uv2 (assemblers & C) and Ceibo emulators &
> programmers for the 87C554 family of chips for years. The 87C is
> great but it is becoming an antique. We are migrating to the LPC2114
> and have purchased the Keil Ulink and MCB2100 to ramp up. Keil does
> not seem to have much sample code to work with the MCB2100 for
> starters. Are there any web sites with code, flash programming
> examples, UART, Hello world.... examples so the learning curve isn't
> quite so steep?

You'll find some stuff like that in the group's Files area.

Leon
--
Leon Heller, G1HSM
Email:
My low-cost Philips LPC210x ARM development system:
http://www.geocities.com/leon_heller/lpc2104.html





(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: MCB2100 LPC2114 starter code - Alaric B Snell - Feb 19 4:17:00 2004

petermccormick1 wrote:
> We have used Keil Uv2 (assemblers & C) and Ceibo emulators &
> programmers for the 87C554 family of chips for years. The 87C is
> great but it is becoming an antique. We are migrating to the LPC2114
> and have purchased the Keil Ulink and MCB2100 to ramp up. Keil does
> not seem to have much sample code to work with the MCB2100 for
> starters. Are there any web sites with code, flash programming
> examples, UART, Hello world.... examples so the learning curve isn't
> quite so steep?

The MCB2100 stuff does come with an example, called Blinky. There's two
versions - one that reads from the ADC to flash the LEDs at a rate
controlled by the analogue in, which outputs to UART1 the current ADC
reading at regular intervals, and another that doesn't do this but
instead uses a timer interrupt.

The timer version is at:

http://www.keil.com/download/docs/lpc2100_blinky.zip.asp

The ADC version was on the installation disk somewhere... look for a
directory called Examples under c:\keil > Thanks, Peter ABS




(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )