[En-Nut-Discussion] Last orders please: All Known Bugs?
Harald Kipp
harald.kipp at egnite.de
Sun Oct 8 10:10:38 CEST 2006
Well, I was a bit too fast and expected to find a more
precise description in your previous emails about what
is missing.
For the PHY power down polarity I did
#ifdef PHY_PWRDN_BIT
/* Disable PHY power down. */
outr(EMAC_PIO_PER, _BV(PHY_PWRDN_BIT));
outr(EMAC_PIO_OER, _BV(PHY_PWRDN_BIT));
#ifdef PHY_PWRDN_LOPOL
outr(EMAC_PIO_SODR, _BV(PHY_PWRDN_BIT));
#else
outr(EMAC_PIO_CODR, _BV(PHY_PWRDN_BIT));
#endif
#endif
But I've no idea what to do regarding the USB problem.
Btw. the SAM7X-EK I got is also equipped with a SAM7XC,
but I never experienced any USB enumeration failure.
Harald
At 16:29 07.10.2006 +0200, you wrote:
>Yes, Uwe. I think I can add them.
>
>Harald
>
>At 13:20 07.10.2006 +0200, you wrote:
>>were my mails aboiut the EMAC reset polarity and the USB disable
>>on bootup recognized as "last orders please"?
>
>_______________________________________________
>En-Nut-Discussion mailing list
>En-Nut-Discussion at egnite.de
>http://www.egnite.de/mailman/listinfo.cgi/en-nut-discussion
More information about the En-Nut-Discussion
mailing list