Find help, specifications and source code for the LPC900. The LPC900 challenges Microchip and AVR based on the worlds most popular 8-bit architecture the 80C51. With a 2-clock core the LPC900 series is a high performance, very flexible and low cost 8-bit microcontroller family. Designers using or interested in these devices are encouraged to share their know-how and ask questions.
Using BREAK DETEC with UART, LPC936 - abaehne - Nov 24 2:54:03 2008
Hello,
I would like to use the BREAK DETEC Flag to handle the following data
in the BREAK DETECT ISR. In the NXP User Manual for the LPC936 I'read
that the UART goes in an Idle Mode when an BREAK DETECT occurs and the
UART wakes up when a stop bit is read. This could means for me that the
first Byte, which comes direkly after the BREAK DETECT, is not in the
SBUF because of the Idle Mode of the UART at this time.
Does anybody know how I could force the UART to stay awake after a
BREAK DETECT?
Regards
Andi
------------------------------------

(You need to be a member of LPC900_users -- send a blank email to LPC900_users-subscribe@yahoogroups.com )
Re: Using BREAK DETEC with UART, LPC936 - Harshal Doshi - Nov 24 3:10:37 2008
simple solution would be to connect the pin to the INT0.
On Mon, Nov 24, 2008 at 1:23 PM, abaehne
wrote:
> Hello,
>
> I would like to use the BREAK DETEC Flag to handle the following data
> in the BREAK DETECT ISR. In the NXP User Manual for the LPC936 I'read
> that the UART goes in an Idle Mode when an BREAK DETECT occurs and the
> UART wakes up when a stop bit is read. This could means for me that the
> first Byte, which comes direkly after the BREAK DETECT, is not in the
> SBUF because of the Idle Mode of the UART at this time.
> Does anybody know how I could force the UART to stay awake after a
> BREAK DETECT?
>
> Regards
> Andi
>
--
Doshi Harshal
POTENT
F-27, VRAJWADI COMPLEX,
Nr. UTKARSH SCHOOL,
Gadapura,
VADODARA
GUJARAT – 390015, INDIA
PH: 09429071421
www.potent.co.in
______________________________
controlSUITE software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!

(You need to be a member of LPC900_users -- send a blank email to LPC900_users-subscribe@yahoogroups.com )Re: Using BREAK DETEC with UART, LPC936 - abaehne - Nov 24 4:21:51 2008
Hello,
thanks for answer. I don't understand the advantage to work with INT0.
Could you please explain it to me?
Thanks.
--- In l...@yahoogroups.com, "Harshal Doshi"=20
wrote:
>
> simple solution would be to connect the pin to the INT0.
>=20
>=20
>=20
> On Mon, Nov 24, 2008 at 1:23 PM, abaehne wrote:
>=20
> > Hello,
> >
> > I would like to use the BREAK DETEC Flag to handle the following=20
data
> > in the BREAK DETECT ISR. In the NXP User Manual for the LPC936=20
I'read
> > that the UART goes in an Idle Mode when an BREAK DETECT occurs=20
and the
> > UART wakes up when a stop bit is read. This could means for me=20
that the
> > first Byte, which comes direkly after the BREAK DETECT, is not in=20
the
> > SBUF because of the Idle Mode of the UART at this time.
> > Does anybody know how I could force the UART to stay awake after a
> > BREAK DETECT?
> >
> > Regards
> > Andi
> >
> >=20
> >
>=20
>=20
>=20
> --=20
> Doshi Harshal
> POTENT
> F-27, VRAJWADI COMPLEX,
> Nr. UTKARSH SCHOOL,
> Gadapura,
> VADODARA
> GUJARAT =96 390015, INDIA
> PH: 09429071421
> www.potent.co.in
>
------------------------------------

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