Sunday 30 August 2015

digital logic - CMOS (or CMOS compatible) shift register with latched open-drain outputs


I've been looking for a 3.3V compatible shift register (SIPO) with latched open-drain outputs. I've settled on a 74xx596 (not a '595!), but of all the 74xx CMOS series I've been looking at omit this one. Any idea on why? and if it's possible to get CMOS variants of these, because of the open-drain outputs?


Correction: I was getting confused between 595 and 596. 595 has tri-state outputs, 596 has open collector outputs.



Answer



I'm playing around with TI's TLC5925, which is functionally very similar to what you're asking for. It is designed for driving LED's at a constant current, and the logic is 3.3/5V CMOS. The output is tolerant of up to 17V, although I don't know how well it would drive the outputs to logic levels. Not sure if this is suitable - just taking a wild guess at your intended application.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...