MII PHY Registers

is 0x1F. When the internal PHY for 10Base-T is used in a standalone mode, that is, when run from another controller through the MII pins, it is at address 0x00. These are the only two addresses allowed for the internal PHY.

The 100VG-AnyLAN PMI device, the TNETE211, is used to attach 802.12 physical media dependent (PMD) devices to ThunderLAN's MII. The TNETE211 has five external pins (DEVSEL[4::0]) that program the address to which it will respond. If multiple PHYs are used, each must be installed with a unique address.

Before reading or writing to any PHY register, the MII serial interface must be synchronized. This involves a one-time write of 32, 1 bits on the MDIO pin. Once this is done, an access can be done with a two-bit start delimiter, then a two-bit op code (for read or write), followed by five bits of PHY address, five bits of register address, two bits of turnaround time in case the PHY is going to write to the data line, and 16 bits of data.

The synchronization code could be done this way:

//±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± // MIISync() ± send MII synchronization pattern to all

//possible MII interfaces

//

//Parameters:

//

base_addr

base address on TLAN internal registers

//

 

 

//Return val:

//none //±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± void MIISync(WORD base_addr)

{

register int i; clr(MTXEN);

where clr is a macro to set a bit to 0 in the NetSio internal register. In this case, bit MTXEN in NetSio is cleared.

#define clr(x)

DioWrByte(base_addr,Net_Sio,(BYTE)(DioRd

Byte(base_addr,Net_Sio)&~x))

When the output enable bit is cleared and the PHYs have just been turned on, none of them outputs data. The value on the data line is determined by the pull-

ThunderLAN Registers

2-17

Page 40
Image 40
Texas Instruments TNETE110A, TNETE211, TNETE100A manual Possible MII interfaces Parameters Baseaddr

TNETE110A, TNETE211, TNETE100A specifications

Texas Instruments has been a leader in developing innovative semiconductor solutions, and their Ethernet PHY (Physical Layer Transceiver) family, specifically the TNETE100A, TNETE211, and TNETE110A, exemplifies this commitment to excellence. These devices are designed to address the needs of a variety of applications, ranging from industrial automation to consumer electronics.

The TNETE100A is a highly versatile Ethernet PHY capable of supporting 10/100 Mbps Ethernet connectivity. One of its main features is the low power consumption, which makes it an ideal choice for battery-operated devices. It incorporates advanced power management technologies, ensuring that the device operates efficiently while maintaining high performance. The TNETE100A also supports Auto-Negotiation, allowing for seamless communication between devices at different speeds, thereby enhancing flexibility in network configurations.

Moving to the TNETE211, this device supports 10/100/1000 Mbps Ethernet, making it suitable for high-speed networking applications. This PHY integrates features such as Energy Efficient Ethernet (EEE), which reduces power consumption during low-traffic periods, aligning with the contemporary demand for energy efficiency in networking equipment. The TNETE211 is engineered with robust EMI (Electromagnetic Interference) performance and provides multiple interface options, making it a versatile choice for embedded systems and networking applications.

The TNETE110A stands out in the lineup as a sophisticated device that supports both Fast Ethernet and Gigabit Ethernet. This PHY utilizes advanced signal processing techniques to ensure superior link robustness and performance in noisy environments. Its features include an integrated transformer driver, which simplifies PCB design and allows for compact device layouts. Additionally, the TNETE110A is designed to be fully compliant with Ethernet standards, ensuring reliable interoperability with other network components.

All three PHYs leverage Texas Instruments' expertise in integrated circuit design, resulting in low jitter and high signal integrity, essential for modern communication standards. They are optimized for a wide range of temperatures, making them suitable for harsh industrial applications. With built-in diagnostic capabilities, these devices also enable efficient fault detection and troubleshooting in network infrastructures.

In summary, the Texas Instruments TNETE100A, TNETE211, and TNETE110A are exemplary Ethernet PHY devices, each tailored to meet specific networking needs while adhering to stringent efficiency and performance criteria. Their advanced features, technologies, and reliability make them pivotal components in today's fast-paced digital landscape.