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.

RTOS/PROCESSOR-SDK-AM57X: Heap memory issue

Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I'm trying to run an example on DSP on GP EVM AM572x from 

SYS/BIOS (TI-RTOS Kernel) -- http://www.ti.com/lit/ug/spruex3t/spruex3t.pdf , Page no.  - 91

I'm getting the following error :

ti.sysbios.heaps.HeapMem: line 221: out of memory: handle=0x800144e0, size=2048

Find the attachments for console log and my ccs project

I'm using TI-RTOS-  

PROCESSOR-SDK-RTOS-AM57X 04_02_00_09

CCS - 7.3.0.00019 

[C66xx_DSP1] myRegister: assigned HookSet Id = 0
myCreate: task name = 'ti.sysbios.knl.Task.IdleTask', pEnv = 0x0
myReady: task name = 'ti.sysbios.knl.Task.IdleTask', pEnv = 0xdead
myCreate: task name = 'myTsk0', pEnv = 0x0
myReady: task name = 'myTsk0', pEnv = 0xdead
ti.sysbios.heaps.HeapMem: line 221: out of memory: handle=0x800144e0, size=2048
myTsk1 create failed
task_hook.zip