DSPRelated.com
Forums

Reading Data line from ADSP - 2181 EZ kit

Started by Girish September 9, 2004

Hai all,

Is there any mechanism to read the data on the data pins of ADSP-2181 EZ kit lite (D0-D23) 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;
       
 

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 

Thanks and Regards
Girish.T


On Thu, 9 Sep 2004, Girish wrote:

> Hai all,
>
> Is there any mechanism to read the data on the data pins of ADSP-2181 EZ kit
lite (D0-D23) 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; >
> 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.

You need to add a couple of data latches, like a 374 or 373. Pick an
address line for the clock or enable, slap a few data lines to it, and you
have a tristate latch on your data bus. That's what tristate is for.
Otherwise, nothing will work on your external bus, and I'm sure you won't
like it.

Patience, persistence, truth,
Dr. mike