hi,
I port lwIP on RM48hdk based on freeRTOS, it works well when the memp and mem in the lwIP is located in RAM.
it failed to send large package (about > 200bytes) when the memp and mem is located in SDRAM.
any difference between RAM and SDRAM when used by lwIP? is it related to DMA because the emac use DMA when sending?