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
  • "I want to know what should be the values of ALE NRD NCS NRD lines for clrc632"

    The Datasheet for the clrc632 (whatever that might be) should specify this - possibly in the form of a Timing Diagram.

    "as I am connecting them to normal GPIO line"

    It is completely & absolutely irrelevant to the clrc632 what drives these lines: the only thing that matters is that they are driven to the correct levels in the correct sequence with the correct timing - and those things will be specified in the Datasheet.

Reply
  • "I want to know what should be the values of ALE NRD NCS NRD lines for clrc632"

    The Datasheet for the clrc632 (whatever that might be) should specify this - possibly in the form of a Timing Diagram.

    "as I am connecting them to normal GPIO line"

    It is completely & absolutely irrelevant to the clrc632 what drives these lines: the only thing that matters is that they are driven to the correct levels in the correct sequence with the correct timing - and those things will be specified in the Datasheet.

Children