Other Parts Discussed in Thread: SYSCONFIG
Hi TI,
I want to write a small Bare Metal application, which puts the ICSSG PHYs in Testmode for Ethernet Compliance.
In the SDK is a driver for MDIO available. But what steps are necessary to enable all the needed IPs? I tried to use the drivers in a template for the R5, but it didn't work, maybe because the MDIO IP was not enabled.
A small minimal example for the MDIO driver would be great, but it is also ok, if you tell me what to do.
I am really looking forword to your reply.
Regards,
Johannes
P.S. I already have taken a look at the lwip example app. But here the functionality I need, is hidden behind a lot of nested libraries...