Part Number: TMS320C6678
Tool/software: TI C/C++ Compiler
.vects needs just 16 * 0x20 == 0x200 bytes,
I put it at the MSMC's tail 0x200 bytes , an error occurs when link with cgt v8.2.2
-------------------------------------------------------------------------------------------------------
"../MCBL.cmd", line 35: error #10099-D: program will not fit into available
memory. placement with alignment fails for section ".vecs" size 0x200 .
Available memory ranges:
VECTORS size: 0x240 unused: 0x240 max hole: 0x240
error #10010: errors encountered during linking; "MCBL.out" not built
--------------------------------------------------------------------------------------------------------
I tried a larger size like 0x240, it doesn't work until a largerrr size like 0x400.
it's ok when i use cgt v7.4.24, 0x200 is enough.