STM32H743XIH6U lwip only example code for custom PCB.
I have a custom PCB that has the STM32H7 (ball grid array) on it and I have created a program using STM32cube. I have used the STM32H743I-EVAL2 board with there example programs and successfully tested the lwip with that board. But when switching over to my own custom board there are many pins and registers setup to do things that are not compatible with my board. I have copied the same pin out and schematic from the example board above so it should work with the same code.
Can someone provide a base Ethernet example for this processor similar to LwIP_UDP_Echo_Server but without the additional GPIO, LCD, ect... enabled?