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 error

Other Parts Discussed in Thread: TMS320C6416T

I was programming my TMS320C6416T DSK and I now get the following errors.

error: can't allocate .sts, size 00000010 (page 0) in ISRAM (avail: 0000000c)

error: can't allocate .sts, size 00000010 (page 0) in ISRAM (avail: 0000000c)

error: can't allocate .pinit, size 00000010 (page 0) in ISRAM (avail: 00000004)

error: can't allocate .clk, size 00000008 (page 0) in ISRAM (avail: 00000004)

Does this mean I used up all the memory????

If so what are some of my options other than redoing the code in areas to use less memory.

I still have a good bit of code I need to put on this chip.