Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Shift Register Issue

Status
Not open for further replies.

venkates2218

Full Member level 6
Joined
Sep 30, 2016
Messages
354
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Activity points
4,306
Hai,This is my shift Register circuit.When the circuit powered up,the output which connected to the IC is switched ON for an moment.I tired this circuit also,but facing the same issue.
How to solve this issue.

I can't create an contineous tread with previous topic,so created an new one.
 

Attachments

  • Shift Register.jpg
    Shift Register.jpg
    36.9 KB · Views: 115

Hi

Did you read the HC595 datasheet?
If so,
* why don't you use /OE?
* why don't you use /MR?
* you know that the clocks react on rising edges. And with a pull up you create counter productive rising edges.

The most safe way:
* use external pull down on outputs
* connect /MR to the /microcontroller_reset if possible, else pull high
* make /OE microcontroller controlled and use external pull up on /OE
after microcontroller_reset:
* initialize ports
* run command to load the HC595 with desired start up states
* make /OE = LOW

Klaus
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top