How to increase incoming packet size for LWIP?
Hello,
I just started with implementing LWIP in the NUCLEO H753ZI. I got the UDP server working and receiving incoming UDP data and echo back to the client. However, if the client sends anything greater than 16 bytes, my board runs into memory error and hung indefinitely.
How do I set the incoming packet size so it can accept greater than 16 bytes?
Please see the attached images for some of my ethernet config



