Trouble with TCP/IP on STM32F407ZET6 and LAN8742A
I've managed to get tcp/ip working just fine on the NUCLEO-429ZI board, but I'm unable to make similar code work on the 407ZET6 chip, despite using what I believe to be a nearly identical circuit with the LA8742A chip. I suspected it had something to do with the circuitry, so I sent a trouble ticket to Microchip and they confirmed that there was a small error which I have since corrected. This allows the chip itself to make a link with the router, but I'm not getting any communication between the ST chip and the ethernet controller chip.
Current setup is using CubeIDE and configuring FreeRTOS, ETH, and LWIP in both DHCP and Static modes. The firmware never seems to come back from the MX_LWIP_Init routine. I've been diving into the libs to see where the problem is, and it seems like the issue is when low_level_init calls HAL_ETH_Init(), from which it never returns.
Digging deeper, it seems to crash inside ETH_MACDMAConfig();
I've spent so many hours trying to debug this. Any help would be greatly appreciated. What could be causing this to hang during initialization?
