Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000





Ads

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

Discussion Groups

See Also

DSPFPGAElectronics

LPC2000


Advertise Here

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Search Results for "uart1"

  

Post a new Thread

LPC2138 UART1 problem   [6 Articles]

wirelessisgood - Jun 27 2006
Has anyone come across this problem? UART0 and UART1 are set up identically. 115Kbaud, 8,N,1. No modem features. Both works, but after about 1 hour, UART1 stops receiving. UA... LPC2138 UART1 problem

UART0 vs UART1   [6 Articles]

dimaissaev - Feb 25 2005
Hi all. Could anyone explane me what different between UART1 and UART0 (except modem control register in UART1). I can't understant NOTHING! Two equa... UART0 vs UART1

Use the UART1 PIN

"franco.dalpero" - Sep 20 2007
Hi at All The my question is in the LPC2364 I have two port P0 and P2 where is present the signal UART1, is possible use both the port for send and receive the data in UART1 ... Use the UART1 PIN

UART1 - lpc2106   [5 Articles]

vidya_srinivas2000 - Nov 28 2003
hello all v have a lpc2106 board from nohau. i was trying to use both UART0 & 1 when my board stopped working. i was writing to UART0 and also to UART1 i am not... UART1 - lpc2106

UART1 I/O Pins   [2 Articles]

Chris - May 24 2004
Uart1 supports many modem control signals, but I only need TXD and RXD. I understand from the archives that SPI will not work unless all (four) of its signa... UART1 I/O Pins

UART1 practical question   [3 Articles]

Milos Prokic - Sep 15 2004
Hi everyone, I'm using LPC2106. I want to implement an application using UART1, and my question is whether the UART1 requires me to select all of 8 pins through ... UART1 practical question

LPC23xx : Re-config of UART1 is not working   [6 Articles]

nourson54 - Apr 14 2008
Hi, I made a SDCard bootloader that works well . But if I activate the UART1 in the bootloader to print some debug informations AND my application firmware use the UART1, the ... LPC23xx : Re-config of UART1 is not working

Re: UART - printf - keil

Petrescu - Nov 20 2007
One method (not a single one): use sprintf() to fill up a buffer and then use a suitable UART1 routine to output the data from this buffer. Yoan niraj_chavda14 wrote: > - p... Re:  UART - printf - keil

UART - printf - keil

niraj_chavda14 - Nov 20 2007
- printf() is a library routine provided by keil library. So whenever we use printf in our code I assume what it might be doing is calls a routine which places charac... UART - printf - keil

UART1 CODE HELP   [3 Articles]

kanok53 - Oct 22 2008
hi, i am new in lpc2106. i want to use UART0 and UART1 simultaneously. i have successfully run the UART0 which is given in the winarm example code. but i'm having a problem in r... UART1 CODE HELP

Auto Flow Control @ Uart1 in LPC2368   [2 Articles]

tayyaba_ch - Jun 4 2008
Hi I am using LPC 2368 ad using auto flow control to communicate with another LPC2368 @ Uart1,i am using 8 byte RX trigger level @ both ends.i checked with oscilloscope ,data i... Auto Flow Control @ Uart1 in LPC2368

Re: RS485 with UART1 RTS pin on LPC2138

Karl Olsen - May 31 2005
--- In lpc2000@lpc2..., "gvnn77" wrote: > I'm searching for implementing RS485 using UART1 and controlling TX > enable with RTS pin. Is it possible to use ... Re: RS485 with UART1 RTS pin on LPC2138

UART1 Interrupt Issues

drgordon1219 - Jun 15 2005
I am using a lpc2214 with the ASHling development kit. When I enable UART1 to work with interrupts, I seem to be losing the top 3 bits of the byte I am transmitting. (loop... UART1 Interrupt Issues

uart1 of 2136?

Jack Key - Aug 2 2006
Hi. I am using UART1 along with UART0, Timer 0, I2C1, SPI1 on my LPC2136 bo= ard. My problem is that when I write a byte to U1THR, it gets transmitted a= nd the interrupt is set.... uart1 of 2136?

UART Problem   [4 Articles]

mobilsiten - Mar 2 2005
I cant get this to work. I only want to turn on a led if I recive something on UART1. This is the code: void init_serial (void) // Initialize Serial Interf... UART Problem

LPC2378, UART1 setup problems   [3 Articles]

gregdeuerling - Jan 3 2007
Hope someone can help me see what I'm doing wrong. I'm trying to use UART1 with the TX/RX pins on P2.0 and P2.1. Nothing I do seems to work with these pins. If I configure the... LPC2378, UART1 setup problems

LPC2148 UART0 vs. UART1

Sutton Mehaffey - Feb 8 2007
I have been using UART1 for quite a while reading in raw sensor values. It's worked very well. No problems. Recently, I converted my sensor readings over to UART0, but I'm ha... LPC2148 UART0 vs. UART1

interfacing of lpc2148 with c328r

mathewsheni - Feb 2 2009
hi,has anyone worked on c328r.i m facing problem in synchronizing with camera.i hav connected camera to uart1 port..and simultaneously checking the camera output from uart0.is ... interfacing of lpc2148 with c328r

LPC2013 UART1 bootloader

Hanns Tappeiner - Feb 12 2009
Hi, for several reasons I need a boot loader which talks to UART1 and also uses a diferent protocol than the LPC2103 bootloader sitting in ROM. Does anyone have an example of ... LPC2013 UART1 bootloader

help!about UART0 and UART1 of LPC2148   [5 Articles]

hbaocr - Oct 29 2008
I want to use both of two UART chanel for my applications.But when I do it!I have some problem! At first I receive data from UART1 then I send data to PC through UART0 !And I ha... help!about UART0 and UART1 of LPC2148

Problems with UART1 on LPC2132   [14 Articles]

soren_t_hansen - Jun 20 2005
Hi everybody I want to transmit a number og bytes on UART1 and some of them are 0. When I receive the bytes on the PC, all the 0s are gone, resulting in an error on tha... Problems with UART1 on LPC2132

UART1 problems   [2 Articles]

Zakaria Nakrachi - Feb 12 2009
Hi All, I'm trying to read from UART1 and write the output to the UART0. I'm able to write to UART0 but when I try to write the content of U1RBR I'm= getting 0x0 ! using m... UART1 problems

lpc2138 uart1 drops interrupts   [2 Articles]

adrianunderwater - Apr 10 2008
Hi I have a following problem that I just can't get my head around. I wonder if anyone else experiences this or if I have not stumbled upon the right errata sheet.... Most ... lpc2138 uart1 drops interrupts

LPC2368 UART Query   [3 Articles]

Kiran - Feb 6 2008
Hi, It is regarding UART in the LPC2368. UART1 has full modem control pins. If UART1 is enabled & only Tx, Rx, CTS & RTS are used for UART communications, whether remaining... LPC2368 UART Query

Getting lnewlib-lpc (Ver 5a) uart1 interrupts to work with WINARM   [4 Articles]

ocnek1 - Apr 28 2006
Hello, Using the "polled" mode for uart1 works without any problems at all. But now I would like to make the uart interrupt driven. Now when I change the device table to the... Getting lnewlib-lpc (Ver 5a) uart1 interrupts to work with WINARM

LPC2148 and UART with hardware handshaking   [4 Articles]

Gus - Jan 13 2006
Hello, Is it possible enable TX,RX,CTS and RTS on UART1 on LPC2148 (with HW handshaking) while using the rest of UART1 pins as general purpose pins? Thanks, ... LPC2148 and UART with hardware handshaking

uart1 fails on lpc2148.

laddisaini - Jul 18 2006
hi i am trying to use timer 0 to give me 0.25ms interrupt which i am getting. but trying to use uart1 togather with timer 0 interrupt the uart dosen't work. where as it work if i... uart1 fails on lpc2148.

LPC2138 UART0/1 and modem control   [4 Articles]

czajniczek - Dec 20 2005
Hi ! I'm about to build a system using LPC2138. It's going to be equipped with RS232C and RS485 ports. As I need full RS232 implementation with modem control lines, ... LPC2138 UART0/1 and modem control

PWM's and UART   [5 Articles]

amas...@... - Apr 25 2005
Hi, I'm studying LPC2214 for use on a new project. I have some doubts and I think someone could help me in this forum. 1) I need to control 3 step motors. They are complete... PWM's and UART

SPI0 and SPI1 still not working for SD cards   [4 Articles]

Sutton Mehaffey - Aug 7 2006
Using AN10406 (new version 11/28/06), Carsten's code, and Tom's code for interfacing with an SD card, all 3 give me a status of 0xff when doing mmcInit() and not 0x01. This caus... SPI0 and SPI1 still not working for SD cards

RE: UART - printf - keil   [4 Articles]

Andy Berney - Nov 19 2007
If you're using RealView as the compiler with Keil's uvision you're looking for the function sendchar which is used by printf to do the bind to a particular UART. Given this is a... RE:  UART - printf - keil

UART1 for LPC2148   [8 Articles]

dodge1955 - Feb 24 2006
I'm having a problem with getting UART1 to work on my Embedded Artists prototype board. I have a serial display that has only 1 serial line. In other words, you can only trans... UART1 for LPC2148

Re: RS485 with UART1 RTS pin on LPC2138

sengoontoh - Jun 7 2005
How would you implement an interrupt based 485 handler then? I guess I could look for the byte that I transmitted. Hopefully the FIFO won't complicate issues. --- In... Re: RS485 with UART1 RTS pin on LPC2138

UART0 and UART1   [2 Articles]

Mukund Deshmukh - Jul 7 2006
Hi, Any idea on how to read FIFO buffer, on UART0 and UART1, without using interrupt? Best Regards, Mukund Deshmukh. Beta Computronics Pvt Ltd 10/1, IT Park, Parsodi, Nag... UART0 and UART1

UART ISR

lehighuboy - Oct 11 2006
I'm using the LPC2129 and Keil Tools. The purpose of the code is to interrupt on the receipt of a single byte of data and assign data to its value. The interrupt seems to work ... UART ISR

RTS/CTS on UART1 - LPC2129

Gazelle - Feb 6 2006
Hello all, I want to setup an LPC2129 on UART1 at high baudrates in order to connect it with a Silicon Labs CP2102-GM RS232-2-USB2.0 Bridge (slave). The code below ... RTS/CTS on UART1 - LPC2129

modem pins on UART1

Gus - May 21 2004
Does UART1 with modem pins support hardware handshaking for RTS and CTS? I found registers only to set RTS and other to read CTS by software but can these pins... modem pins on UART1

RTS/CTS hardware flow control on UART1 - LPC2000 Family

Gazelle - Feb 8 2006
Hello, Is someone aware of a code snippet dealing with hardware flow control on UART1 - I need to steer CTS/RTS hardware flow control on an LPC2129/2138 device. ... RTS/CTS hardware flow control on UART1 - LPC2000 Family

LPC2129 UART ISR Problem

lehighuboy - Oct 11 2006
I'm using the LPC2129 and Keil Tools. The purpose of the code is to interrupt on the receipt of a single byte of data and assign data to its value. The interrupt seems to work ho... LPC2129 UART ISR Problem

Problem running LPC2106 with MAM, PLL and UART1 interrupts.   [9 Articles]

karlstiller - Apr 24 2006
Hi guys, Another new member, and another problem. I appreciate any help, and I hope to be able to return the favor in the future. I am in the final stages of a project tha... Problem running LPC2106 with MAM, PLL and UART1 interrupts.
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | next