This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN74HC595A: Circuit and Firmware help

Part Number: SN74HC595A

Tool/software:

Hi TI Team,

I am Using Swift Resistor with ESP32 

Can you check the circuit as per our standard.

3 Swift Resistor is connected as Cascade 

Can you help me with Firmware or resistor logic 

1. I want one by one go High ESp32 set to high as per Condition.

Thanks








  • Hi Saurav,

    For some information on cascading our shift registers, see this app note: Designing with Shift Registers

    Your output enable pin for the middle shift register (U13) is left floating, which means the outputs might not behave as expected.

    Also, from what I can tell, you might be cascading backwards: I assume the order of data is supposed to be U14 -> U12 -> U13, instead of U14 -> U13 -> U12 like you currently have.

    Best,

    Malcolm