[51] 74LS595 Error in Simulation Proteus

Status
Not open for further replies.

tatbocmui

Newbie level 3
Joined
Oct 11, 2014
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
27
I became familiar with the 74LS595, i want to make 1 2 3 on the OUTPUT of each of three 74LS595, but it always show 0 on three 74LS595. This is my simulation and code. Help me, please!!!

View attachment 74LS595.rar
 

You want to display 1, 2 and 3 on 3 SSDs ? You have to clock in 24 bits of data and then give one more pulse to ST_CP store data on o/ps of 595.
 

I think, i do the same like you talk, but the simulation in proteus is not correct
 

Hi;
Just one comment:
Both 595 clock inputs (SHCP and STCP) require positive pulses (and working on the raising ie 0-1 edge).
For example (to storing) your instructions should be replaced:

IE74LS595_STCP = 1; //the raising edge
IE74LS595_STCP = 0;

Use the same order also for SHCP.

Sorry but I do not have such compiler to try it.
 

Do you want to drive the enable pins of SSDs using HC595 ?
 


I also use the same as SHCP but it does not run
 

Try this i make some change in your code i think this helps you
 

Attachments

  • 74LS595-Mo-rong - Copy.rar
    73.1 KB · Views: 89

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