-
Notifications
You must be signed in to change notification settings - Fork 48
Compilation error on freshly installed Arduino 1.8.16 with Nucleo-144 Nucleo F207ZG #56
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
Full error-log.txt if needed. |
Really the situation is even worse, DhcpAddressPrinter compiles normally only of 4 all Nucleo-144 famly:
|
Nucleo F207ZG has a LAN8742A. Fix stm32duino/STM32Ethernet#56 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Hi @N0rbert, In fact issue comes from the PHY definition avaialble in the default hal conf file for F2, it could be simply added as it is supported: LAN8742A I've made a PR in the core to update the hal configuration: You can create an |
I close this issue as no update will be done in this library and it build properly with the correct configuration: Using library STM32duino_LwIP at version 2.1.2 in folder: C:\STM32\arduino\arduino-1.8.16\portable\sketchbook\libraries\STM32duino_LwIP
Using library STM32duino_STM32Ethernet at version 1.2.0 in folder: C:\STM32\arduino\arduino-1.8.16\portable\sketchbook\libraries\STM32duino_STM32Ethernet
Using library SrcWrapper at version 1.0.1 in folder: C:\STM32\arduino\arduino-1.8.16\portable\packages\STMicroelectronics\hardware\stm32\2.1.0\libraries\SrcWrapper
"C:\\STM32\\arduino\\arduino-1.8.16\\portable\\packages\\STMicroelectronics\\tools\\xpack-arm-none-eabi-gcc\\10.2.1-1.1/bin/arm-none-eabi-size" -A "C:\\Users\\AppData\\Local\\Temp\\arduino_build_954025/DhcpAddressPrinter.ino.elf"
Sketch uses 52444 bytes (5%) of program storage space. Maximum is 1048576 bytes.
Global variables use 41020 bytes (31%) of dynamic memory, leaving 90052 bytes for local variables. Maximum is 131072 bytes.
|
Nucleo F207ZG has a LAN8742A. Fix stm32duino/STM32Ethernet#56 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Currently I own only Nucleo-144 F207ZG and H743ZI2 . |
I have just installed Arduino 1.8.16 on fresh Ubuntu 18.04 LTS VM.
Then I have installed "STM32 MCU based boards" 2.1.0 BSP according to https://github.com/stm32duino/wiki/wiki/Getting-Started .
I visited libraries and insalled STM32duino STM32Ethernet library at version 1.2.0 (with LwIP 2.1.2 as dependency).
Then I have selected my STM32 Nulceo-144 Nucleo F207ZG as target board.
Opened DHCPAddressPrinter example to compile it. Got the following errors:
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: