-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth w5500 not work #517
Comments
The problem is located here: E (525) w5500.mac: W5500 version mismatched, expected 0x04, got 0x00
E (525) w5500.mac: emac_w5500_init(825): vefiry chip ID failed
I (525) gpio: GPIO[6]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
E (535) esp_eth: esp_eth_driver_install(228): init mac failed |
As discussed in the room, the problem is this line:
... and this is unlikely to be a bug in the driver. Either the SPI pins are not connected correctly, or the external Ethernet module is not W5500 compatible. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code:
log:
The text was updated successfully, but these errors were encountered: