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.

the schematic of DP83848IVV

sir:

i have finished a schematic for the DP83848IVV, using RMII interface. and i want to know if it correct, and if the pin-39 must be connected to MCU?

  • Connecting RX_DV (pin 39) to the MCU is not required.  The RX_DV signal is not part of the RMII specification, but it is provided to simplify recovery of receive data for those systems that can take advantage of that functionality.  The RMII application note (http://www.ti.com/litv/pdf/snla076) provides a little more detail on this if you are interested.

    Patrick

  • hello Patrick:

    Thanks for your reply mail, but now  we have a problem, if we don't connect the pin_39 to the MCU, the communication of the Ethernet is wrong. and it is ok when we connect the pin_39 to the MCU. we don't know why? the MCU is STM32F217. i can send the schematics of the connection between the DP83848IVV and MCU.

     

  • The Phy portion of the schematic looks correct.  I do not see any issues there.

    I am not familiar with the functionality of the STM32F217 so I cannot comment on how it handles the RX_DV input in RMII mode.  Are you connecting the Phy RX_DV signal instead of the CRS_DV signal or are you connecting both of them to separate MCU pins?

    Could you elaborate on what you mean when you note that "the communication of the Ethernet is wrong"?  Does the Phy link?  Can it transmit to a partner?  Receive from a partner?  Some details on this could help in debugging the issue.

    Patrick