Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP

Discussion Groups

Discussion Groups | Analog Devices DSPs | uart with 21161n

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

uart with 21161n - hora...@yahoo.fr - Jul 14 8:18:52 2006



I’m implementing an UART for a 21161n DSP as it’s shown on the EE-191 Analog Device’s
document.

http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf

According to the schematic two flag pins can be optionally connected to manage the CTS and RTS
control signals.

Could anybody explain me where may I connect them (what FLAGx and FLAGy are?) and what’s their
utility?

Thanks,
Hori



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

Re: uart with 21161n - Mike Rosing - Jul 14 11:01:58 2006

On Fri, 14 Jul 2006 h...@yahoo.fr wrote:

> I=92m implementing an UART for a 21161n DSP as it=92s shown on the EE-191=
 Analog Device=92s document.
>
> http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf
>
> According to the schematic two flag pins can be optionally connected to m=
anage the CTS and RTS control signals.
>
> Could anybody explain me where may I connect them (what FLAGx and FLAGy a=
re?) and what=92s their utility?

Any flag pins will work, so pick the most convienient.  CTS is input, RTS
is output.  When CTS is low, stop sending data, when CTS is high you can
send.  Pull RTS low when you want the other side to stop sending you data.
A search on RS232 protocol will explain it.

Note that "low" and "high" are logic not voltage level.  Life can get
really confusing because the full standard is based on +/- 10V signals
and lots of logic translators call -10V =3D +TTL and +10V =3D GND.  But not
all of them :-)  Good luck!

Patience, persistence, truth,
Dr. mike

=20


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