BACKGROUND:
Custom DM648 hardware with single PHY (similar to Lyrtech eval board)
TI NDK 2.20
Currently, by default, the NDK configures the PHY to auto-negotiate the connection. Since I know the operating conditions, I'd like to force the behavior.
I was hoping for something similar to the CfgAddEntry API.
QUESTION:
What is the best way to configure the PHY behavior from my application using the NDK?
Is there example code which demonstrates the best way to do this?