2025-04-02 4:08 PM - edited 2025-04-02 4:17 PM
HI everyone (:
Im pretty new and im looking for a way to use ethernet on my Nucleo-h743zI2 board.
I Want to be able to send/recieve "raw" packets from my board and to the pc through ethernet .
Im using the last version of Stm32cube ide
- 1.18.0. And the last version of mx - 6.14.0
And the STM32CubeH7 - 1.12.1
I saw this long post:
And this example:
https://github.com/stm32-hotspot/STM32H7-LwIP-Examples/tree/main/STM32H743_Nucleo_ETH
Is it still valid for the current ide and mx versions?
And maybe there is more simple example or refernces that I can look into?
- Whats the best way to try and run an example that is valid for my versions?
Thanks alot,
Ariel
2025-04-07 1:06 PM
Thanks alot Pavel,
Do you mean i need to ignore the MxCube Orange/Red warnings and just try to build it as it is?
I tried with the new versions of HAL and IDE and no luck):
I will try with the specific versions again):
Is it possible to download 2 different ide versions?
Its so complicated to run a simple example):