Sign in

username or email:

password:



Not a member?
Forgot your Password?

Search lpc2000



Search tips

Subscribe to lpc2000



Discussion Groups

See Also

DSPFPGA

LPC2000

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Search Results for "uart0"

  

Post a new Thread

So far in May, you have voted 0 times ou of a total of 20 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.

UART0 and UART1 of LPC2148   [2 Articles]

-1
raju_nem - Nov 13 2009
What is the maximum baudrate (UART0 and UART1) of lpc2148?UART0 DLL AND DLM are 8 bit registers.Thanks inadvance. ------------------------------------ ... UART0 and UART1 of LPC2148

Uart0 and uart1   [7 Articles]

0
Pankaj - Mar 31 2010
I am using lpc2148, and uart0 is at 115200 buad rate. i have to use uart0 and uart1 at same point of time, and I am struggling in code. please can someone forward me code for both... Uart0 and uart1

ISP, UART0, UART1... comm to another cpu   [14 Articles]

0
flashzr - Jan 8 2011
Hi, I'm new here and new to LPC2101. I'm reading the PDFs and creating the PCB at the same time, and I need some pointers. I know that: The chip is programmed through UART0... ISP, UART0, UART1... comm to another cpu

interrupts + Keil + LPC2294   [5 Articles]

0
grodo2k - Mar 21 2006
Hello could someone be so kind and say, what is wrong in following code? Or maybe it is ok, but it doesn't work... I want trigger an interrupt using UART0. I am using Keil. (UAR... interrupts + Keil + LPC2294

Problem facing with UART0   [3 Articles]

0
seena_ele - Aug 9 2005
hai all I am using UART1 for my application its working but i am having problems with UART0. does any body help me tnk in advance ... Problem facing with UART0

UART0 vs UART1   [6 Articles]

0
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

Re: LPC210x UART0 Calc   [2 Articles]

0
Marcus Andreotti - Nov 4 2010
Thanks for sharing Jason, nice work! Cheers, Marcus On Thu, Nov 4, 2010 at 12:57 PM, Jason wrote: > Just made this nice calculator for UART0 for the LPC210x uC fami... Re: LPC210x UART0 Calc

UART0 hyperterminal   [22 Articles]

0
Shilpa Shilpa - Nov 14 2007
Hi all, I am working on MCB2130 Evaluation board that has LPC2138 philips microcontroller. The UART0 is been connected to COM0 port and UART1 is connected to COM1 port.I have co... UART0 hyperterminal

can't get printf() to print on UART0 with GNU   [12 Articles]

-3
tiogate - Feb 24 2005
Hello, gentlemen, I am experiencing something that does not make sense to me. To make my debugging easier I wish to use the printf function to send format... can't get printf() to print on UART0 with GNU

LPC2129 uart0 testing

0
raju - Dec 8 2009
Hi i have attached the basic UART0 program which is in LPC2129_sample Folder.The same program is tested (changes according to)with LPC2148 BOARD,it is working fine.But when... LPC2129 uart0 testing

UART0 LPC2148 - RBR Interrupt   [12 Articles]

0
sb_gustavo - Sep 27 2007
Hi friends, I need to use the LPC2148 UART0 data RX interruption (RBR interrupt or RDA), however the interruption is not happening. The software below doesn't work. I'm usin... UART0 LPC2148 - RBR Interrupt

UART1 - lpc2106   [4 Articles]

0
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

UART0 UART1 interrupt conflict   [3 Articles]

0
yunhebian - Jun 15 2010
In a program, timer0, UART0 and UART1 can run separatly without problem. But they only run several minutes if they are enabled together. I noticed there are no interrupt generated ... UART0 UART1 interrupt conflict

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

-1
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

UART0 and Printf   [10 Articles]

0
jstamos111 - Apr 24 2006
Hey all, I am trying to get UART0 output to display on hyperterminal for a board I made based on the LPC2106 processor. I use the ISP and UART0 to program the board with Ph... UART0 and Printf

Re: optimum uart buffered transmit example?

0
dr_danish_ali - Nov 21 2005
Thanks to those who have replied. To Richard, AFAIK the example on the Keil website > http://www.keil.com/download/docs/288.asp does not make use of the hardware TX buf... Re: optimum uart buffered transmit example?

LPC2148 UART0 vs. UART1

0
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

Will it be a problem with GCC compiler ?   [2 Articles]

-1
raju_nem - Nov 13 2009
Here is the flow of code. Main() { /*UART0 interrupts occures*/ } UART0_isr() { /*taking the 7 characters from keyboard*/ /*according to input data, calling functi... Will it be a  problem with GCC compiler ?

Re: CTI interrupt

0
Donald H - Jul 4 2010
--- In l...@yahoogroups.com, dave@... wrote: > I was asking about when I should expect a CTI interrupt. This is what I was try to say: From UM10139 pg 101 of 355: The... Re: CTI interrupt

LPC2138 UART0/1 and modem control   [4 Articles]

0
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

UART1 problems   [2 Articles]

0
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

IRQ Priority - Small Question   [2 Articles]

0
Leighton Rowe - Dec 3 2004
I just have a small question on IRQ Interrupts...can an IRQ channel interrupt another IRQ routine (lower IRQ priority) that's currently executing? To make... IRQ Priority - Small Question

need help, LPC2138 /01 UART0   [19 Articles]

0
nelson Zhu - Apr 30 2010
I have a system using LPC2138 /01, UART0 is connected to PC comm port, 9600-8-2-N. UART0 is interrupt driven. We have only one wire for the RS232 line, so we have some circuitry to... need help, LPC2138 /01 UART0

Query (UART inerfacing with LPC21xx)

0
- Dec 13 2005
Hello Sir, I am new to this technical group. I am workingon Philips ARM (LPC family) controllers. I was interfacing ST16C554D UART (a Startek Product) with LPC 21xx contr... Query (UART inerfacing with LPC21xx)

UART0 and UART1   [2 Articles]

0
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

Help with LPC2106   [10 Articles]

0
shunt_2000 - Jan 25 2008
Hi, I am a newbie to the board but I have tried my best to find the answer to my question before posting for help. I am using a QuickStart LPC2106 board with a 14.7456 cryst... Help with LPC2106

Looking for UART0 interrupt driven example

0
r_bottleneck - Mar 15 2005
Hi, I'm doing the first steps with the LPC2106. The application builder I have access to, does not work correctly . Could anybody please advice where ... Looking for UART0 interrupt driven example

Sample LPC2364 UART Program   [2 Articles]

0
Leo Cahalan - Feb 4 2007
Does anyone have a very simple program that outputs a message on UART0? I am testing a new board and it appears to program correctly using the Flash utility, but the program do... Sample LPC2364 UART Program

Interrupt problem with UART0   [4 Articles]

0
xjag74 - Aug 31 2005
Hi, I currently try my interrupt controlled UART0 communication (only TX for the beginning) to get startet. The problem I have is that the interrupts work really spor... Interrupt problem with UART0

erase Flash using UART1?   [2 Articles]

0
gtrfender - Aug 18 2006
Hello, Is there a way to erase Flash instead of using the Philips Flash Utility via UART0? The LPC2292-board I'm working on is configured with UART1 on the RS232 port and ... erase Flash using UART1?

Re: LPCUSB Bulk Tranfers

0
chan...@gmail.com - Feb 6 2008
I am not familiar with LPCUSB ,i am using LPC 2378 kit; I want to burn the code using UART0 and i want to send the data which is coming from UART0 to USB of LPC 2378. I want ... Re: LPCUSB Bulk Tranfers

UART1 CODE HELP   [3 Articles]

-1
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

LPC2292 UART0 problem   [3 Articles]

0
mjianjun - Nov 19 2007
Hi all, =20 I am using LPC2292 in my board,I use UART0 connect to other device and ca= n receive data correctly but can not send out data to this device. When I c= onnect b... LPC2292 UART0 problem

Silly question about printf and serial port   [3 Articles]

0
wvanhoomissen - Feb 26 2009
I am reasonably new to embedded world and programming in general. I started my initial program with a Hello World application from Keil and only learned what I needed to to ge... Silly question about printf and serial port

IAR Interrupt based UART   [4 Articles]

0
Hanns Tappeiner - Jan 11 2009
Hi everyone, I am using an LPC2103, compiler IAR EW. While it is easy to get the polled version of UART0 communication to work, I can't get the interrupt based version to work... IAR Interrupt based UART

Checksum Problem Part B   [2 Articles]

0
carlosahsilva - Jan 10 2006
I have made some tests on the Program CheckSum generated by IAR compiler and there is realy something fish. First I edited the segmentation to place the CheckSum as firs... Checksum Problem Part B

Re: LPC2114 UART1 works but UART0 does not

0
Tom Walsh - Apr 5 2007
o...@hotmail.com wrote: > > Hello all > I'm starting a new project with the LPC2114. I just got the first > prototype board and started to check out the hardware when I no... Re: LPC2114 UART1 works but UART0 does not

how to calculate values of U0DLM and U0DLL in UART0   [5 Articles]

0
"Niren.R" - May 14 2008
how to calculate values of U0DLM and U0DLL in UART0 ? Is there any standard equation for it ? ------------------------------------ ... how to calculate values of U0DLM and U0DLL in UART0

Re: UART Status Question

0
Joel Winarske - Feb 19 2006
Hi Bill, > Does this mean the entire Tx FIFO is empty? That is, I can write 16 > bytes to it whenever LSR:THRE is set? > > Or, does it just mean that there's at least one byte... Re: UART Status Question

Interrupts + Keil + LPC2294 again...   [3 Articles]

0
grodo2k - Mar 26 2006
Hello I have a problem; the folowing code, allow to trigger an interrupt via UART0 but when the interrupt occurs one time it doesn't end. When I send a char from PC to the LPC I... Interrupts + Keil + LPC2294 again...
| 1 | | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |