2012-06-15 11:55 AM
Hi,
I'm currently doing a design using the STM32F407 which is going to use Ethernet. I am going to be interfacing to an external PHY through the MII interface. My question is in regards to the ''Transmit Error'' from the MII specification. After looking through the documentation for the STM32F407, there does not seem to be any mention of this signal! I was expecting to see something like ''ETH_MII_TX_ERR'' but there is nothing like this anywhere. Is this signal something that I can simply tie low on the PHY side, or is there something I am missing here? Any thanks appreciated! #phy #stm32f4 #ethernet #mii2012-06-15 12:46 PM
It's not a signal any of the STM32's have output, some PHY just have this pulled low internally, you'd need to check the part specs.
2012-06-18 07:09 AM
Hi clive1,
Thanks your your response! If the signal is not available, does that just mean that it not required for proper functioning of the Ethernet? Is the performance, reliability, or compliance to standards going to suffer due to this?2012-06-18 08:36 AM
Hard to say, it's output presumably is a response to a collision and to jam the output, with invalid encodings. It's there to purposefully corrupt a packet, and there are other methods of achieving that.
In some systems it's used to send raw encodings of the 4B/5B format by acting as the fifth TX bit. It's generally not used in Reduced MII modes.