Shop OBEX P1 Docs P2 Docs Learn Events
Delay of 5 has 25ns with the propeller? — Parallax Forums

Delay of 5 has 25ns with the propeller?

innomaninnoman Posts: 5
edited 2008-09-06 17:30 in Propeller 1
Hello,

I would like to write a drivers for vinculum VNC1L to use the mode parallel FIFO.
For the procedure of writing a delay of 5 has 25ns is asked for between falling edge of WR and the rising edge of TXE.
With CLK=80MHz, a instruction take 50ns.
How is it possible to get this delay?
I measured a gap of 20ns by using 2 cogs to generate 2 signs. Must I use this delay and use 2 cogs?

Comments

  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2008-09-06 16:24
    The 25 ns timing (T5) is not a delay you have to provide. It's the delay from the Vinculum chip after your read strobe (RD#) ends before its RDF# output goes high. What this is saying is that you should wait at least 25 ns after RD# goes high before reading RDF#, to make sure you're seeing a valid level.

    -Phil

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    'Still some PropSTICK Kit bare PCBs left!
  • innomaninnoman Posts: 5
    edited 2008-09-06 17:30
    Thank's Phil, it would seem that I lack sleep
Sign In or Register to comment.