[SOLVED] LwIF + TouchGFX compile and link ok
I have started now to add the Ethernet source stm32f7xx_hal_eth.c to my TouchGFX project.I can compile and link but how to add some code to give an answer to a ping or to a specific port ?I don't find an example about this.void BSP_ETH_Init() { #defi...