Hi, I'm using STM32H745I-DISCO board and I'm not able to receive packets bigger than a certain size.
I have a UDP socket for sending and receiving messages. Everything works fine for packets up to a certain size. I see via 'Wireshark' that I can successfully receive packets that get fragmented into at most 4 fragments.
These are the parameters that I think may affect the reception:
ETH_RX_BUFFER_SIZE: 1524
MEM_ALIGNMENT: 4
MEM_SIZE: 32768
LWIP_RAM_HEAP_POINTER: 0X30044000
MEMP_NUM_REASSDATA: 28
MEMP_NUM_FRAG_PBUF: 28
MEMP_NUM_SYS_TIMEOUT: 10
PBUF_POOL_SIZE: 128
PBUF_POOL_BUFSIZE: 1514
IP_REASS_MAXAGE: 60
IP_REASS_MAX_PBUFS: 28
TCP_MSS: 1460
