Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE
Hi,
I am trying to port the tcpEcho example to custom hardware. My problem is that I need to modify registers in the PHY using MDIO but have been unable to find an appropriate place to insert my code. In non sys/bios (and non NDK) applications such as the enet_lwip example I would use Ethernet_writePHYRegister() and Ethernet_readPHYRegister() to configure the PHY prior to its use. There are also some hardware configurations (using GPIO) that need to happen before the physical media is accessible. So, where do I place this initialization code?
Thanks, Jbec