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 | LPC21XX 3rd UART Example needed

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

LPC21XX 3rd UART Example needed - radim100 - Jan 14 15:46:00 2006

Hi,
I need 3rd UART in my project so software UART implementation is
obvious . I have transmitting part but does anybody has some interrupt
driven receiver site of code ( ANSI C or ASM is OK ). My baud rates
should be bellow 19200Bd.
Thanks radim.




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


Re: LPC21XX 3rd UART Example needed - Carsten Grøn - Jan 14 16:40:00 2006

Radim,

I have some 10 year old code on my website at
http://www.moonbounce.dk/embedded.htm
look for second last entry.
This is code running on a Philips 87C750 type device, but (if I may
say
so :-) well documented, so it should be easy to port to a LPC device.
Basically it uses an external interrupt pin for the RxD, and when a
start bit is discovered, it uses a timer to sample the individual
bits.

Regards,
Carsten --- In lpc2000@lpc2..., "radim100" <radim100@y...> wrote:
>
> Hi,
> I need 3rd UART in my project so software UART implementation is
> obvious . I have transmitting part but does anybody has some
interrupt
> driven receiver site of code ( ANSI C or ASM is OK ). My baud
rates
> should be bellow 19200Bd.
> Thanks radim.




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