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.