Submitted by Joe on Thu, 03/04/2010 - 21:13
I have a diagram with > 12000 blocks and the memory usage is about 34k of program (in flash),8k of data.
The stack requirement is very low (< 128) but the problem is the heap. This diagram is asking for 2834 of heap ! I'm affraid I will need more as well.
The most that I can fit into the 280x is 1856.
How can I increase the heap memory allocation in the DSP ? What are ways in which I can manipulate my diagram to minimize the heap usage ?
best regards