Friends: I am using AT89C52 to control a chip utilizing 8051 interface (Bus compatible with 8051). Now the problem is how to set CS pin of that chip. My idea is using: 1) P2.0 NAND ALE of AT89C52. 2) P2.0 NAND with fixed 1 to set CS. Do you think which one is right? Thanks.