-
Notifications
You must be signed in to change notification settings - Fork 1k
Unable to build with STM32F4 #2003
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
Comments
Hi @nopnop2002 First you do not enable the ETH legacy but the CAN one 😉
Second, the Ethernet was not enabled by default for the BLACK F407VE so the support I've added thanks #1710 does not update this variant. |
in some custom PeripheralPins_*.c Fixes stm32duino#2003. Signed-off-by: Frederic Pillon <[email protected]>
With the patch provided and the hal_conf_extra.h used to define the
|
I will wait for the release of 2.6. |
in some custom PeripheralPins_*.c Fixes #2003. Signed-off-by: Frederic Pillon <[email protected]>
I built this.
I got this error:
So,I enabled HAL_ETH_LEGACY_MODULE_ENABLED according to this.
stm32f4xx_hal_conf.h
I got this error:
My environment:
Build options:
The text was updated successfully, but these errors were encountered: