Hi.
I use a custom board with C6678, and 88e1111 as bridge mode(SGMII to RGMII).
I'd like to ask you about Ethernet and MAC_STATUS_REGISTER.
I'm trying to connect to the board with Ethernet.
Usually it is possible to communicate using tftp etc.,
but occasionally even ping responses do not return.
Its probability is once every 10 to 20 times of power on/off cycle
I checked the Ethernet related registers.
I found that MAC_STATUS_REGISTER was changed.
(SGMII,MDIO,SERDES register does not change)
The value is 0x8000008 in usual case, where I confirmed the response of ping.
When it cannot communicate with ping, it changes to 0x00000008.
However,I don't access MAC related registers on my code.
Could you tell me what makes it happen and how i can fix this?
Thank you.
Sincerely