Creating STM32CubMX ioc project for nucleo-F746ZG eval board with ethernet
I'm trying to get the ethernet working on the nucleo-F746ZG eval board.
I've found the LwIP_HTTP_Server_Netconn_RTOS example which works great
(first time EVER for me, that code on embedded device actually worked without spending several days to fix things : )
Now, I'm trying to reproduce the functionality in a project generated for IOC file,
And I can't get the ethernet to work.
I can see that the link status is OK, but I don't get replies from ping messages.
I've been trying to compare the code generated from the IOC to the code in the example,
and change the IOC to generate the same code, but so far without success.
Is there someplace where I can get an IOC file for nucleo-F746ZG eval board with ethernet enabled?
Thanks,
Nadav