Other Parts Discussed in Thread: SYSBIOS
I created a project under SYS / BIOS, transmitted and received data through the network TCP client, and established two timers to control the transmission and reception interval respectively. The project can be compiled and the memory allocation under the .map file is displayed reasonably. When running the project, sometimes it can run normally, and sometimes the following error occurs:
ti.sysbios.heaps.HeapMem:line 307:out of memory:handle=0x108a3ad8,size=24
ti.sysbios.heaps.HeapMem:line 307:out of memory:handle=0x108a3ad8,size=84
Timer create failed
How can this problem be solved?
Thanks!