Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Help about the connection between IC of voltage 5V and cyclone II

Now I've got a cyclone II(3.3v in doc) device.But I've only got a 5V D-A IC.Can I connect them directly?especially output from 5V IC input foot of cyclone II(3.3V in document).I know the signal output from cyclone II is able to detected by D-A IC successfully,But not sure if the signal from DA IC will damage the cyclone II....:confused:

13 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    I agree with your thoughts and ALTERA in fact points to the problem of unconfigured state (by linking to the chapter of the device handbook). Maybe there were to many problems due to misuse (not observing the problem of unconfigured FPGA connected to 5V driven signals) as this design hint is only stated in Cyclone but not in CycloneII Handbook...

    Carlhermann
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    use a clock divider for the IO clock.

    --- Quote End ---

    Ever I heard a problem about the clock divided by counter in FPGA is not steady enough .Though I've already given up this solution ,I still want to confirm whether I can use the clock divided by counter for devices directly .For this problem ,I have already seen various of opinions on the internet .
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    "not steady enough" is far from specifying a clear problem I fear.

    Generally, didvided clocks can be used as peripheral clock.

    There may be problems:

    - to achieve a specific timing relation between the divided clock and the system clock when processing the pheripheral input or generating the output signals

    - the clock output can have glitches, if it's erroneously sourced by cominational logic rather than a register

    - jitter of the FPGA clock tree can be an issue in acquisition of high speed signals

    Apart from the latter, the problems can be overcome. The best way to generate a peripheral clock with specified timing is using a PLL clock divider.