NUCLEO-F767ZI dead Ethernet, no active line LED's :: SOLVED
Hello.
I cannot use Ethernet with my 2 weeks old NUCLEO-F767ZI (chip version Z).
Probably the LAN8742A does not work properly anymore.
After initilization I perform a check:
if (HAL_ETH_ReadPHYRegister(&heth, PHY_BSR, ®value)==HAL_OK) {
if (regvalue&0x04) {
// cable connected, but with this board never reached
...
}
}No LED of the connector is active.
The software works on other boards. (Latest FW, etc.)
Is there a chance to rescue the board?
Thank you Joerg
