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.

Memory Allocation problem

Other Parts Discussed in Thread: SYSBIOS

Hi All,

  I am starting programing with Tiva-C TM4C1294XL,  I just created a project from the TI-RTOS Driver template projects and I enabled the NDK (TCP, IP and HTTP) and FatFS in the configuration.

  I did not add new code to the program. When I try to debug the program, I receive the folowing message in the console:

Starting the example
System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
ti.sysbios.heaps.HeapMem: line 307: out of memory: handle=0x200110fc, size=1804
00000.000 mmBulkAlloc(): could not allocate memory.
00000.000 out of memory: handle=0x0, size=536929020
Service Status: DHCPC : Failed : : 000
ti.sysbios.heaps.HeapMem: line 307: out of memory: handle=0x200110fc, size=2048
xdc.runtime.Error.raise: terminating execution

The Memory Allocation view show me that my program is using 106 Kb Flash and 77 Kb SRAM.

What do I need to do in this case?

Thanks in advance.

Leandro