P
Philip Pemberton
In message <[email protected]>
says basically the same thing IIRC):
RDD: Read Data.
Read Data input from the floppy disk drive (FDD) containing clock and data
bits.
RDW: Read Data Window.
Data Window input generated by the Phase Locked Loop (PLL) and used to
sample data from the FDD.
VCO: Voltage Controlled Oscillator Sync
This output signal inhibits the VCO in the PLL circuit when low and enables
the VCO in the PLL circuit when high. This inhibits RDD and RDW from being
generated until valid data is detected from the FDD.
all-in-one data separator IC, i.e. the SED9420, UM8326, UM8329, FDC9216,
FDC9229 or UM9228.
Thanks.
Here's an extract from the Rockwell R6765 datasheet (the NEC uPD765 datasheetMike said:I'm not sure whether your floppy controller wants to see the encoded data
(as Jim's PLL data recovery circuit produces) or whether it wants to see
the recovered data.
says basically the same thing IIRC):
RDD: Read Data.
Read Data input from the floppy disk drive (FDD) containing clock and data
bits.
RDW: Read Data Window.
Data Window input generated by the Phase Locked Loop (PLL) and used to
sample data from the FDD.
VCO: Voltage Controlled Oscillator Sync
This output signal inhibits the VCO in the PLL circuit when low and enables
the VCO in the PLL circuit when high. This inhibits RDD and RDW from being
generated until valid data is detected from the FDD.
I honestly don't know what it expects. The designs I've seen use anIf it expects the data separator circuit to
decode the data before sending it to the controller, then you'll need to
add the address mark detector and a divide-by-2 for the clock going to the
data recovery flip-flop.
all-in-one data separator IC, i.e. the SED9420, UM8326, UM8329, FDC9216,
FDC9229 or UM9228.
Thanks.