2023-12-29 10:47 PM
could someone explain how this chip works this function table is so confusing to me
Solved! Go to Solution.
2023-12-30 06:18 AM - edited 2023-12-30 06:20 AM
...seems not difficult, you have to make connections to: (+vpp , vdd, gnd )
- data in
- clk
- strobe
- blanking
-> blanking : hi = display off ; lo = display on.
-> clk : on lo->hi transition data is shifted in;
-> strobe : lo->hi transition data is stored in latch; lo->hi->lo to store data .
So full sequence to show a pattern is:
( set data in hi or lo , switch clk lo->hi->lo ; ) 20 x , for 20 bits /segments ;
set strobe lo->hi->lo ; = data is on outputs (+ blanking always lo, if you dont want switch off the display)
2023-12-30 04:26 AM
Thank you very much for the trust you have placed in the community with your question, but it relates to a device from a manufacturer that is not STMicroelectronics. This can also be seen in the URL on your screenshot. I suspect that the question can be better answered by that supplier.
Good luck!
/Peter
2023-12-30 06:18 AM - edited 2023-12-30 06:20 AM
...seems not difficult, you have to make connections to: (+vpp , vdd, gnd )
- data in
- clk
- strobe
- blanking
-> blanking : hi = display off ; lo = display on.
-> clk : on lo->hi transition data is shifted in;
-> strobe : lo->hi transition data is stored in latch; lo->hi->lo to store data .
So full sequence to show a pattern is:
( set data in hi or lo , switch clk lo->hi->lo ; ) 20 x , for 20 bits /segments ;
set strobe lo->hi->lo ; = data is on outputs (+ blanking always lo, if you dont want switch off the display)
2023-12-31 12:54 AM
So just Like the 74hc595 ok