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 | External IO memory select - 2191

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

  

Post a new Thread

External IO memory select - 2191 - Unmai R.R - May 23 11:55:00 2003




Hello,

We are working in ADSP2191M which is been interfaced with CPLDs and RAMs. The
CPLD is mapped to the External IO memory of ADSP2191. We need help in writing
code for asserting the pin /IOMS(selecting a logic in the CPLD).

The sample code we tried is:

ar=0xa0a0;
iopg=0x08;
io(0x023)=ar;

The ADSP2191M is used with the APEX-ICE.

Regards,
Unmai.





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

Re: External IO memory select - 2191 - Al Clark - May 23 15:53:00 2003

At 06:55 AM 5/23/2003, Unmai R.R wrote:

>Hello,
>
>We are working in ADSP2191M which is been interfaced with CPLDs and
>RAMs. The CPLD is mapped to the External IO memory of ADSP2191. We need
>help in writing code for asserting the pin /IOMS(selecting a logic in the
>CPLD).
>
>The sample code we tried is:
>
>ar=0xa0a0;
>iopg=0x08;
>io(0x023)=ar;
>
>The ADSP2191M is used with the APEX-ICE.
>
>Regards,
>Unmai. IOPG has a one cycle latency. Try this

>iopg=0x08;
>ar=0xa0a0;
>io(0x023)=ar;

Al Clark
Danville Signal Processing, Inc.
--------------------------------------------------------------------
Purveyors of Fine DSP Hardware and other Cool Stuff
Available at http://www.danvillesignal.com




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