Mark,
Thanks, I'll take a look there too..
I'm just trying to get a very basic (polled) Ethernet interface up using only the HAL stuff that comes with the SDK.
The PHY part of it seems to be working ok (I'm using PHY addr 0); I'm able to detect link state and poll waiting for
auto-negotiation to complete (it auto-negotiates to 100M, same as I have the MAC configured); however, after basic
setup of the interface I never see the buffer-descriptor's empty flag go inactive.
I recently noticed that my EBERR bit (EIR) goes active as soon as I set the ETHEREN bit (ECR); so I'm obviously
doing something wrong.
Ed