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 | LPC2100 website

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

help with uart - vidya srinivasan - Nov 18 5:37:00 2003

i am trying to dump some data onto the serial port.(uart 0)
i have configured all the registers mentioned in the data sheet.
still there is not a single byte of data on the serial port
the reg values that i have configured b4 writing to UART0_THR are
 UART0_FCR |= 0X07;   //fifo

  UART0_LCR = 0X83;   //line control reg - 8data bits, no parity,1stop bit

 UART0_IER = 0X05;
 UART0_DLL = 0X41; // for a baud of 9600
 UART0_DLM = 0X00;
  GPIO_IODIR |= 0xfffffff0;
 GPIO_IOCLR |= 0xff00;

 PCB_PINSEL0 |= 0x5;      /*select 0.0 as txd of  uart0
  PCB_PINSEL0 &= 0xfffffff5;
 

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more. Download now.




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


LPC2100 website - J.C. Wren - Nov 18 9:34:00 2003

I ran across http://www.lpc2100.com today. Looks to be a touch out of date,
but something worth bookmarking.

--jc





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

Re: LPC2100 website - lpc2100_fan - Dec 1 16:22:00 2003

Has been updated but still needs more work.
Cheers, Bob

--- In , "J.C. Wren" <jcwren@j...> wrote:
> I ran across http://www.lpc2100.com today. Looks to be a
touch out of date,
> but something worth bookmarking.
>
> --jc




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