Hello all, In the board support package i can change the value for temac_adapter_options from CONFIG_LINKSPEED_AUTODETECT to CONFIG_LINKSPEED100. Then i can see in the haeder file, that <#define CONFIG_LINKSPEED_AUTODETECT 1> is changed with <#define CONFIG_LINKSPEED100 1>. But in the function <unsigned Phy_Setup (XEmacPs *xemacpsp) in xemacpsif_physpeed this compiler switch doesen't work. The code for <#ifdef CONFIG_LINKSPEED_AUTODETECT< is always aktiv. I had regenarte the board support package and compiled the lwip application. What is wrong?
I want to use the lwip example in my project for comminicate over ethernet. But i don't want that the application wait for <Waiting for PHY to complete autonegotiation>. The application should also run without connection to the ethernet. What can i do? I have teste it with SDK 2013.4 and SDK 2014.2. best regards baui -- View this message in context: http://lwip.100.n7.nabble.com/Change-CONFIG-LINKSPEED-AUTODETECT-to-CONFIG-LINKSPEED-tp22913.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
