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

STM32+CLRC632

HI,
I am trying to interface CLRC632 to a STM32 microcontroller it does not have any RD,WR,AD(address data lines) , so I am using normal GPIOpins for interfacing I am getting the 0x3f response from clrc632 I want to know what should be the values of ALE NRD NCS NRD lines for clrc632 as I am connecting them to normal GPIO lines and can do the values 0/1 and read their values

rupesh

Parents
  • As always, the Datasheet has the answer to this questions:

    The Datasheet will give the specifications for the address/data lines;

    The Datasheet will give the specifications for the "normal" GPIO pins.

    So, just look at those two sets of definitions and you will see how they differ!
    You can then decide whether those differences are significant...

    None of this has anything to do with Keil!

Reply
  • As always, the Datasheet has the answer to this questions:

    The Datasheet will give the specifications for the address/data lines;

    The Datasheet will give the specifications for the "normal" GPIO pins.

    So, just look at those two sets of definitions and you will see how they differ!
    You can then decide whether those differences are significant...

    None of this has anything to do with Keil!

Children