jayanth.devarayanadurga
Banned
- Joined
- Dec 4, 2012
- Messages
- 4,280
- Helped
- 822
- Reputation
- 1,654
- Reaction score
- 791
- Trophy points
- 1,393
- Location
- Bangalore, India
- Activity points
- 0
I know that DS is the Serial data input and MSB is sent first to 74HC595 in Matrix project. On every Clock Pulse on SH_CP the Serial data goes in. After 8 bits are sent into the devices' Shift register a clock pulse on ST_CP transfers the contents on Shift registers to Storage registers which appear at the output in parallel. Ther is Q7S which is used for cascading 74HC595. I want to know how to send data so that if there is 3 74HC595 cascaded then how to send the first 8 bits to the 3rd 74HC595 and second 8 bits to the second 74HC595 and the last 8 bits to the 1st 74HC595. I have connected Q7S or one to DS of another.