I am getting a TLB exception in the DRV_ETHMAC_LinkStateNegResult call. It seems to appear from the epc that it occurs on the if statement in: phyRes = DRV_ETHPHY_ClientOperationResult(pMacD->mData.hPhyClient);
if(phyRes != DRV_ETHPHY_RES_OK)
{ // some ..
↧