??? 12/25/04 19:58 Read: times |
#83857 - Use OR Responding to: ???'s previous message |
You need to distinguish an "0 all" and "any is 1" state - the logical function which does this is called "OR". However, I doubt you will find this easy to implementing in 74xx series. Rather, consider mapping the 8255 to the highest addresses, enabling to use two 8-input NAND's (7430? I don't have the handbook here) and a quad 2-input NOR to make both CS signals. But first, consider NOT USING 8255 - you will find plenty of arguments for this in the forum. Jan Waclawek |