Hi, I'm trying to use the external RAM for the TCP/IP stack. FreeRTOS is configured with 5 heap regions (1 in internal RAM, 4 in external RAM ). The TCP/IP stack is configured with
#define TCPIP_STACK_USE_EXTERNAL_HEAP
#define TCPIP_STACK_MA..