Other Parts Discussed in Thread: TMS320F28027
Hello:
I'm programing with TMS320F28027 but my program seems too large , when I build it ,the debug window remind me with:
can't allocate .text, size 0000099a (page 0) in PRAML0 (avail: 00000999)
the definition in .cmd file is like this:
PRAML0 : origin = 0x008000, length = 0x00999
.text : > PRAML0, PAGE = 0;
I have checked the datasheet of 28027, it writes that there are two L0 SARAM areas in the Memory Map, one starts from 0x00 8000 and ends at 0x00 9000 and the other starts from 0x3F 8000 and ends at 0x3F 9000.
My question is , if one area is not enough for my program, can I use them both? And how can I modify the .cmd file to meet the change?
Thank you very much.