STM32H7 LWIP examples
Hi everyone,
I have been trying to just test the ethernet on the STM32H743zi nucleo board.
The problem is that the example does not compile in any way. I assume it's because I am using the very obscure, not intended for STM32, atollic true studio and there isn't any example for it.
Anyway I try to import the SW4STM32 and it seems to be fine. I checked most of the include paths and they are fine. However nothing is included.
The deprecated_definitions.h isn't included, I add that manually to the project folder and a ton more stuff is not included.
I even checked and the example is including ARM_M4F port for freertos!
I honestly just want to check if the hardware is working, not spend a day with software problems, program the board and then not be sure if it doesn't work because of something I missed in the software.
Why not also provide the .elf to program? Anyone can provide a working .elf demo for the nucleo board?
I have been trying to use STM32CubeMX to create a LWIP project and I've compared to the example - everything seems fine but it doesn't work, hence why I need the example running
