-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support LAN8720 PHY #23
Comments
Hi @nopnop2002 |
Yes. I added hal_conf_extra.h file in sketch folder. But these error occure:
So i re-start Arduino-ide. I wrote a sketch on DIYMROE_F407VGT. I will review my connection. |
Right you have to restart because arduino does not see change.... |
I'm using DIYMROE_F407VGT + LAN8720, https://os.mbed.com/users/hudakz/code/STM32F407VET6_Hello/shortlog/ In Ethernet.begin, it repeat Link Up. |
Well hard to tell what's going wrong. |
Hello. The problem has not been solved yet, but I will close this issue. |
Original issue is solved. |
I changed stm32f4xx_hal_conf_default.h to this:
Eventually I changed to this: Edit stm32f4xx_hal_conf_default.hAt
Add hal_conf_extra.h fileAt sketch level
Example codehttps://github.com/nopnop2002/Arduino-STM32-Ethernet-LAN8720 I did PR. Thank you for your help. |
Track in #34 |
I'm try to compile this on Generic STM32F4 Series.
I installed these.
https://github.com/stm32duino/STM32Ethernet
https://github.com/stm32duino/LwIP
But compile error occure.
This is compile options.
Do you have any advice.
The text was updated successfully, but these errors were encountered: