Other Parts Discussed in Thread: MSP430F5529,
Hi,
From the block diagram of DP83TC811EVM, the TI micro "MSP430F5529" has been used as to "USB-to-MDIO" communication, so as to support the read/write of Auto Ethernet PHY register.
However, to further look at the schematics about the pin connections of this TI micro which used to configure as MDIO and MDC pins. It is using pin 46 as MDC pin which pin 47 as MDIO pin.
In this way, how to do the GPIO configuration in the source code for this two pins? Are they both configured as SPI port interface? (As pin 46 is SPI's SIMO pin, pin 47 is SPI's SOMI pin, and pin 48 (not connected) is the SPI clock pin).