LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "uart"
Post a new Thread
Christophe - Sep 30 2006
Hello,
I'am trying to set up an application with an Xbee module and an
graphical display, both with an serial interface. As far as I
understand, there are only 2 uarts on my L... 
sig5534 - Aug 30 2005
I want to be able to update our LPC2104 firmware with a UART
interface. It seems like the UART is setup to rely on INTs for
transfer. Given that the code must be executed ... 
Chris - Feb 15 2005
Is it possible to set the LPC21xx uart to interrupt only when a
character with bit 9 set (parity=1) is received? I'm looking at the
LPC2138 spec, for example, an... 
radim100 - Jan 14 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 (... 
xploredteam - May 24 2007
Hi all, this is my first post :-)
I am developing a robot controller based on a LPC2106.
I have started with an Embedded Artists LPC2106 RS232 QuickStartBoard.
Actually I ca... 
Richard - Jan 2 2007
Toolset assemnbled ala Lynch tutorial. I am starting to add UART code
to blinky.
I have added a uart.c and uart.h. uart.c added to Makefile.
In uart.h I have declared: void ua... 
jdauchot - Sep 11 2007
I am having some success in programming a LPC-E2294 demo board using
eclipse GNU compiler
But I am having problem getting the UART to work properly. I have got
the PLL going... 
Wojciech Kromer - Dec 19 2006
Have You found any sollution?
I have almost same problem with ACM driver for USB-UART emulation.
There is no problem with UART-> USB direction, UART is much slower,
but how ... 
siover2001 - Feb 6 2008
--- In l...@yahoogroups.com, "Kiran" wrote:
>
> Hi,
>
> It is regarding UART in the LPC2368.
> UART1 has full modem control pins.
>
> If UART1 is enabled & only ... 
Christophe - Sep 30 2006
Hello,
for my project, I need more than two uarts that my lpc2148 provides.
Futhermore I want tokeep uart_0 for code download and communictaion
with the board. So, as I am a... 
shwouchk - Mar 26 2008
Hi,
I am writing code for handling uart right now, and I became concerned
with the size of the Tx fifo and of overrunning it.
I thought about using the scratch register to c... 
controllerguru - Jan 22 2008
Hi
I work with the LPC2468 on the EA Evaluation board, unfortunatley the
uart don't work with interrupts, the timer interrupt works and the same
UART routines work perfect o... 
fabi...@tekel.it - Jul 26 2006
>
>
>
> I've done a couple of changes to the Blinky Lights / UART code
> and uploaded the new version. The major change is adding code
> to initialize the VIC w... 
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... 
gaetanbarthelemy - Sep 21 2006
Hello guys,
I believe that the only way to download a new program into flash is to
use the UART or the JTAG. what if I don't have a Serial port on my
computer and that I do... 
"fx.marquand" - May 6 2008
Hello,
I'm currently student in placement (and french by the way, sorry if i
do some mistakes on my posts ^^'). I have to connect several sensors to
the kickstartboard (lpc... 
nxp_marketing_usa - Nov 1 2006
A new UART Baudrate Calculator has been posted on the NXP Standard ICs
Website. The calculator allows you to enter in the clock rate, the
baudrate and the maximum allowed rela... 
wmk6341 - Aug 3 2004
I've done a couple of changes to the Blinky Lights / UART code
and uploaded the new version. The major change is adding code
to initialize the VIC when UART1 is use... 
Frank Pinto - Sep 26 2006
hello:
Did you ever get UART code for the 2148. I have the IAR 2148
development kit. I am running the UART sample code but I get junk
characters on my terminal emulator (h... 
mgiaco82 - Apr 18 2006
@ vinehand
Hello I have a question concerning your sample code from the file list.
gnuarm_lpc2148_io_uart_timer_irq.zip
GNUARM, on LPC2148, blinking led, uart polling writ... 
"zarko.nikolic" - Apr 4 2008
Thank you for your fast reply, but I still dont get it how to link
_getchar with UART.
I am experimenting with CROSSWORKS uart.c example for Keil MCB2140.
Could you be more... 
obsadene71 - Jun 18 2007
> I have LPC-E2294 board. I want to download hex file using Philips
LPC2000
> flash utility but I always get "Couldn't communicate wit test board"
Are you using the right U... 
"n.ikhar" - May 25 2008
hi all
i m using lpc2468 with IAR kick start version. i have to send the
instructions to ARM processor through PC. i m using uart terminal.
i have initialized the uart by f... 
SR - Feb 21 2006
Need some advise on the UART interrupt stuff, when debugging the board I
realize that when I go into the interrupt routine and come out with
restarting it (software) but not the... 
Andrew Berney - Apr 27 2006
Does anybody know if the UART TX line on the LPC2129 is capable of supplying
2.2mA, as I need it to drive an optocoupler for isolation
Cheers
Andy
... 
Leon Heller - Jul 14 2006
----- Original Message -----
From: "brendanmurphy37"
To:
Sent: Friday, July 14, 2006 10:34 AM
Subject: [lpc2000] Re: LPC2000 UART drops characters silently?
> --- In l... 
riccardoventrella - Jan 28 2007
Hi,
I'm modifying the BlinkyCAN project, in order to add a sniffer for
seeing the transmitted or received messages using the UART and the
hyperterminal.
Iìve discarded to... 
David Hawkins - Jun 19 2008
Russ Prentice wrote:
> I only have one usb port on the device I am designing and I really need
> RS232 to come out on it along with USB. I'm trying to figure out a way to
> ... 
suvidhk - Jun 14 2007
Hi all,
I have a board with LPC2366 and Octal UART 16L788 .
I have a code written for minimal operation of one channel of the UART.
The receive and transmit works fine indepen... 
jayasooriah - Jul 14 2006
System is LPC2292; XTAL = 14.7456 MHz; PLL disabled; MAM disabled;
VPBDIV = 1; UART = 8-data, 1-stop, no-parity, FIFO enabled.
Symptom are that for certain (low) baud rates, UA... 
varuzhandanielyan - Nov 11 2005
Does there exist free or cheap software to run the LPC2148
USB without digging deeply into the USB protocol details?
The best example is the FTDIchip approach, where the USB... 
Mukadder Ceyhan - Nov 24 2005
Hi all!
I am designing an ARM based embedded control board
which has two uart port. One port is dedicated to an
external standalone device, and the other uart port
wi... 
vasanth` raj - Nov 28 2007
Hi,
I had worked with LPC2148 prototype board with ARM GDB open OCD and its fine.
Now I am using the same configrations of LPC2148 and Script files for LPC2468 and try to co... 
MaxStream - Ryan Bedwell - Apr 28 2004
Folks,
Anyone out there who's figured out how to properly time the de-assertion
of the 485 driver enable when using the LPC21xx UART? Problem is, the
driver ... 
Jacob Oursland - May 19 2006
Hi all. I have been working quite unsuccessfully on getting a software
UART working on the LPC2106. I get the bytes, but they all return as
NULLs. Does anyone have a working e... 
riccardoventrella - Jan 29 2007
Hi,
I'm trying to use a sort home made printf ( I've rewritten a small
piece of it, in order to avoid to link the whole runtime to the
project ) within the BlinkyCAN project, ... 
Luigi Fazio - Oct 12 2006
Is possible in core ARM a uart comunication in multiprocessor mode as in
the 8051 world?
Luigi
[Non-text portions of this message have been removed]
... 
croquettegnu - Apr 5 2006
Hello all !
I'm working on the LPC214x family MCU and I need to know the different
max speed, throughput for their embedded UART, SPI and SSP because I
was not able to find th... 
rina13in - Dec 19 2006
Hi,
We want to use LPC2364 and want it to be programmed through ISP.
I could not clearly find in the user manual which UART (0/1/2/3) is
used for ISP Handling? Can anyone hel... 
- 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... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next