I'm working with NUCLEO-H743ZI2 (1.8V) and having difficulties maximizing throughput with FreeRTOS+LwIP+TCP. I've managed to get 10Mbits but not 100Mbits.I would appreciate any suggestions on configuration parameters, settings, etc. that could help.
Calling LAN8742_GetLinkState(&LAN8742) from <ethernetif.c> returns LAN8742_STATUS_100MBITS_FULLDUPLEXSettings from <lwipopts.h>#define WITH_RTOS 1#define CHECKSUM_BY_HARDWARE 1#define ETH_RX_BUFFER_SIZE 1524#define LWIP_UDP 0#define MEM_ALIGNMENT 4#d...