Other Parts Discussed in Thread: HALCOGEN, LAUNCHXL2-570LC43
Hello guys,
i would like tu use the EMAC of my board (TMS570LC4357). For this i am using the Lwip. The error occurs at this point.
if(!((MDIOPhyAliveStatusGet(hdkif->mdio_base)
>> hdkif->phy_addr) & 0x01 )) {
return ERR_CONN;
}
ERR_CONN means "not connected". I'm trying to send data to my RaspberryPi and have already connected them together.
What is the problem?
Thank you in advance


