Hi ,
I am new to DSP/BIOS 6 and I am using ccs4. I am trying to create and run multiple tasks on the system with each task assigned 512 bytes as the stack size .
But I am not able to increase the number of tasks beyond 6 , since it crashes at task creation time itself , showing some xdc.runtime error as follows .
xdc.runtime.Memory: line 50: out of memory: heap=0x0, size=512 xdc.runtime.Error.raise: terminating execution It worked well for around 5 tasks . I tried increasing the program.stack , in config.cfg file , but it doesnt work . So please help me by answering from where is the taskStack assigned and how can I increase the size of the stack . Regards, Bushra