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.

Reverse MII mode support



Hi,

   Can I Interface the C6000 series DSPs with a Controller in Reverse MII mode, If possible how will the Management interface look like (MDC, MDIO).

  • I am not certain what you mean by Reverse MII mode.

    The MII interface is defined as a connection between a MAC and a PHY.  There is synchronous data transport in both directions but both the RX and TX clocks come from the PHY.  Our C6000 DSPs implement the MAC interface.  They expect to receive both RX and TX clocks from the PHY.  Our C6000 DSPs to not have the ability to source these clocks.

    The serial management interface (MDC and MDIO) is independent of the MII interface.  Our C6000 DSPs present a master serial management interface .  They drive the serial clock (MDC) and all data transfer over the bi-directional data pin (MDIO) is at its request.

    Tom

     

  • Actually the scenario  is , the Host controller(CPU) is having two more MII inteface to which FE phys are connected so naturally the MDC/MDIO are also used. This host supports a Rev MII interface where by it can act as a PHY , I would like to interface the C6000 series DSP to this interface, Now my concern is, If I can interface it directly to this Host(PHY) interface , Is there a need for MDIO/MDC interface.

     

  • There is no need to use the serial management interface.  The MII operates fully independent of the SMI.  SMI implementaiton is optional.

    If you are planning to bootload the DSP over the MII interface, be sure to check whether the C6000 device of interest supports a bootmode that properly configures the MII interface for this operation.

    Tom