HardFault_Handler when enable LWIP and touchgfx
Hello guys.
I've bought Riverdi 12.1” board that mounts STM32H757XIH6.
I developed graphic part and I use uSD, and USB Mass-Storage without any problems.
I use FreeRTOS and FatFS.
Now it's time to use Ethernet, so I bought PoE - Riverdi, enabled LWIP library following instructions on the video How to use Ethernet on Riverdi STM32 Embedded Displays || PoE Add-on.
I set MX in this way:




The linker script

ethernetif.c

I compiled and I connect ethernet cable and it seems work poperly because if I ping I obtain right answer,
but! sometimes processor goes to HardFault
I've writed simple TCP server that accept connection on port 100 and send "Hello" every second.

When I try to connect with TERA TERM it goes immediately on HardFault.

Here the code of ethernet_input

Can someone Help me ?
Thankyou in advance
