This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28386S: lwIP UDP memory link ?

Part Number: TMS320F28386S
Other Parts Discussed in Thread: C2000WARE

Hello,

Using simple UDP communication built on the example code from C2000Ware V 4.01.00.

I get after about 20 minutes of work

the code breaks at line 323 of f2838xif.c

pktDescOrigPtr = mem_malloc(sizeof(Ethernet_Pkt_Desc));
mem_alloc_count++;
if(pktDescOrigPtr == NULL)
{
pbuf_free(p);
LINK_STATS_INC(link.memerr);
__asm(" bkpt #0");
return (ERR_MEM);

}

I have seen that there are some discontinues on memory leak. but on different places on this file.

I compared this file to the file on the latest C2000ware version 4.03.00.

the files are the same. seams like no fix was updated.

Please help.
I have devices getting stuck on customers site.

Thanks!