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.

Failed to allocate memory for task

Other Parts Discussed in Thread: HALCOGEN, TMS570LS1227

I am using Halcogen 4.4.00 and CCS 6.1 on a TMS570LS1227 dev kit.

When I try to create too many tasks I get an error defined as COULD_NOT_ALLOCATE_REQUIRED_MEMORY.

I can successfully create tasks with sizes:
256
256
128
128
128
128
128
128
(Total 1280)

When I try to create the ninth task (of size 128) I get the error that it could not create the task.

How can I increase the memory available? What type of memory is used for this (stack, heap, etc.)?

I tried increasing the various stack lengths defined in the RAM tab of Halcogen, but it did not seem to do anything.