This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AT89C52 controlling 8051 compatible chip

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.

Parents
  • Thank you every one.
    Mark Hickman you are right that chip also need /RD and /WR for reading and Writing that chip.
    The datasheet of that chip suggest me use ALE NAND the port P2 for addressing that chip, but the figure on that sheet did not show me have to use ALE. So
    I am confused.

Reply
  • Thank you every one.
    Mark Hickman you are right that chip also need /RD and /WR for reading and Writing that chip.
    The datasheet of that chip suggest me use ALE NAND the port P2 for addressing that chip, but the figure on that sheet did not show me have to use ALE. So
    I am confused.

Children