This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TL16C2550: td8 timing

Part Number: TL16C2550
Other Parts Discussed in Thread: TMS320VC5507,

Hi team,

I read the original question, but I didn't understand.

Therefore, td8 means that A2-A0 should be determined 7ns before or more a falling edge of /IOR, right?

Regards,

  • Hey Rabe,

    From my experience with using our UART devices, the timing does seem to be based on the IOW/IOR falling edge. You should have the address pins AND CSx pin in their logic state (such as if you want to write to A channel then you want below 50% of Vcc) before IOW/IOR is driven low. So yes, if you are operating at 3.3V or higher then you want to have a 7 ns delay between when the address pins and chip select go low and then the IOW/IOR pin goes low.

    Thanks,
    -Bobby
  • Hi Bobby,

    Thanks to you.
    I resolved.

    I try UART on TMS320VC5507 with EMIF via TL16C2550.
    I worried, because address pins are driven the same as or later than /CE pin on setup cycle.

    Regards,
    -Rabe