FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2004, 11:09 AM
Girish
Guest
 
Posts: n/a
Default ADSP-2181 reading 16 bit Data lines from EZ kit lite

Hello all,

Is there any mechanism to read the data on the data pins of ADSP-2181
EZ
kit lite (D0-D23)(or atleast 16 bits) like how we can read using
programmable flags ?(Which can be
made either input or output ports).

In Programmable flags we can do like this

AX0=0xff; //configure programmable flags for o/p
dm(Prog_Flag_Comp_Sel_Ctrl)=AX0;

AY1=0x61; //o/p 61 will appear on PF lines
dm(Prog_Flag_Data)= AY1;

With PF registers only 8 bit data is possible to o/p to outside
world!!!

Is there any method so tht i put my 16 bit data and directly read it
from EZ kit expansion connectors ?

In the same way is it possible to read from D0-D23 lines ?
Wheather Data tht has been put is persistant ?

If not so wheather we have to make what all conditions we need to
maintain
?
RD(bar) or WR(BAR) et.c

IS so how to do tht ?

So tht the o/p is made available to outside world.



Bye
Girish
Reply With Quote
  #2 (permalink)  
Old 09-10-2004, 04:09 PM
Tim Wescott
Guest
 
Posts: n/a
Default Re: ADSP-2181 reading 16 bit Data lines from EZ kit lite

Girish wrote:

> Hello all,
>
> Is there any mechanism to read the data on the data pins of ADSP-2181
> EZ
> kit lite (D0-D23)(or atleast 16 bits) like how we can read using
> programmable flags ?(Which can be
> made either input or output ports).
>
> In Programmable flags we can do like this
>
> AX0=0xff; //configure programmable flags for o/p
> dm(Prog_Flag_Comp_Sel_Ctrl)=AX0;
>
> AY1=0x61; //o/p 61 will appear on PF lines
> dm(Prog_Flag_Data)= AY1;
>
> With PF registers only 8 bit data is possible to o/p to outside
> world!!!
>
> Is there any method so tht i put my 16 bit data and directly read it
> from EZ kit expansion connectors ?
>
> In the same way is it possible to read from D0-D23 lines ?
> Wheather Data tht has been put is persistant ?
>
> If not so wheather we have to make what all conditions we need to
> maintain
> ?
> RD(bar) or WR(BAR) et.c
>
> IS so how to do tht ?
>
> So tht the o/p is made available to outside world.
>
>
>
> Bye
> Girish


The data bus on the ADSP-2181 is designed to directly interface to
memory and other memory-mapped peripherals, and acts like any other
microprocessor bus: the chip strobes data in on the trailing edge of the
~WR line, and it strobes data onto the bus on the leading edge of the
~RD line.

You need external hardware to build an I/O port onto this bus. You
should find a text or a web page on basic microprocessor circuits --
that will have a description of how to interface to your pins.

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADSP 21161N EZKIT Lite ( VDSP++ 3.5) Rashmi P DSP 6 06-04-2004 06:09 AM
Connecting the ADSP 21061 EZKit - Lite w/o Serial Port Hari DSP 8 02-29-2004 04:23 AM
ADSP 2181 Simulator Larry Allen DSP 1 10-21-2003 06:14 AM
search the software for ADSP-2181 Braet Stijn DSP 1 09-03-2003 04:09 AM
Re: Help!! Sound Stretcher using Granular Synthesis on ADSP-2181 EZ KitLite Jerry Avins DSP 0 06-26-2003 10:19 PM


All times are GMT +1. The time now is 03:32 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved