LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "uart1"
Post a new Thread
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... 
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... 
"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 ... 
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... 
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... 
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 ... 
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 ... 
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... 
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... 
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... 
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 ... 
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... 
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.... 
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... 
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... 
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... 
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... 
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 ... 
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... 
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... 
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,
... 
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... 
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, ... 
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... 
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... 
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... 
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... 
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... 
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... 
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 ... 
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 ... 
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... 
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.
... 
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... 
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... 
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 ... 
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 ... 
nonuckingfumber - Jan 10 2006
I have a strange problem.
I am using a vectored IRQ on UART1. Sometimes I boot the application
and it works fine. Other times I boot it and it locks up on the IRQ
vecto... 
manishshakya_nd - Mar 12 2007
Thanks - Thiago Pinheiro Felix da Silva e Lima for your concern to
my question.
First of all, I am curious t know from which country do you belong.My
country is Nepal.
Here... 
Richard - Jan 4 2007
Still trying to get a UART1 interrupt using eclipse/GNUARM. Current
pertinent code below.
Any other ideas to consider with regards to interrupts in GNUARM?
Thanks
void I... 
|
1 |
2 |
3 |
4 |
5 |
6 |
next