How to test DM7495 IC

Status
Not open for further replies.

udayp

Junior Member level 3
Joined
Mar 30, 2011
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,508
Sir

I have a DM74LS95 IC its a 4 bit universal shift register. I want to test all the condition like SISO,SIPO,PISO,PIPO.
I am trying as per data sheet but the all outputs are high when any one of the input is low means the O/P is also low i changed ic still same problem.
So i am not able to check it. I tried information over net i am getting only data sheets not the pin to pin connection and separate truth table for each condition.
Can any body please explain me in-detail how to test as we do in electronics lab.

Thank you.
 

Not so complicated if we read the datasheet. :grin:




SISO, SIPO, PIPO more simple to execute.

SIPO:
S(MODE) =0
CP1(CLK1)= active use a HIGH to LOW transition
DS(SER) = receive data
Qa, Qb, Qc, Qd = data output
A, B, C, D = not in use (don't care)
CP2(CLK2) = not in use (don't care)


SISO:
S(MODE) =0
CP1(CLK1)= active use a HIGH to LOW transition
DS(SER) = receive data
Qd = data output
A, B, C, D = not in use (don't care)
CP2(CLK2) = not in use (don't care)


PIPO:
S(MODE) =1
CP2(CLK2)= active use a HIGH to LOW transition
DS(SER) = not in use
Qa, Qb, Qc, Qd = data output
A, B, C, D = receive data
CP1(CLK1) = not in use (don't care)


PISO need more operations to do:

1. First - load parallel data
S(MODE) =1
CP2(CLK2)= active use a HIGH to LOW transition
A, B, C, D = receive data
CP1(CLK1) = 0 (don't care)
DS(SER) = not in use (don't care)


2. Second - change mode
CP1(CLK1) = 0
CP2(CLK2) = 0
S(MODE) = 0

3. Third - transfer serial data
S(MODE) = 0
CP1(CLK1) = active use a HIGH to LOW transition
Qd = data output

CP2(CLK2) = not in use (don't care)
A, B, C, D = not in use (don't care)
DS(SER) = not in use (don't care)
 

Attachments

  • SISO.GIF
    34.1 KB · Views: 84

Nice sir

Thank you for so good information.

Thanks once again. I will try it.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…