2023-04-05 10:57 PM
Hi,
I am trying to use the new HAL Ethernet driver from STM32CubeIdeF7 v1.17.0. I tried to run STM32F7508-DISCO/Demonstrations/STemWin with IAR compiler but i received build errors, I tried also with GCC compiler but I have errors after I imported project in workspace I see (Orphaned toolchain fr.ac6.managedbuild.toolchain.gnu.cross.exe.debug.1488075826).
Can you please share a working example with the new HAL Ethernet driver from STM32CubeIdeF7 v1.17.0, (I am using STM32F7508-DK board, STM32CubeIDE 1.9.0 and IAR Embedded Workbench IDE 8.50.4)?
Thank you, Best regards,
Alin
2023-04-06 01:06 AM
Hello @aboruga,
I advise you to start with LwIP applications available in STM32CubeF7 MCU package:
\STM32Cube_FW_F7_V1.17.0\Projects\STM32756G_EVAL\Applications\LwIP\
You will find ready-to-use applications with IAR, SW4STM32, Keil, but not for CubeIDE.
For using STM32CubeIDE, you can follow this User manual UM2579 Migration guide from System Workbench to STM32CubeIDE.
I hope that this brings some help to you.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen