Hello everybody,
For a number of reasons, I would like to move the VECT memory section, from the end of the DARAM, to the beginning of it, right after the memory mapped registers in the first block.
what I do is basically just swap the two memory sections, keeping their size, but changing the base address. The .tcf file can be saved regularly.
When I build the project though, I get this error from the linker: (appl_v is the name of my project
"./appl_vcfg.cmd", line 366: error #10099-D: program will not fit into
available memory. placement with alignment/blocking fails for section
".hwi_vec" size 0x100 page 0. Available memory ranges:
VECT size: 0x100 unused: 0x100 max hole: 0x100
>> Compilation failure
error #10010: errors encountered during linking; "appl_v.out" not built
gmake: *** [appl_v.out] Error 1
gmake: Target `all' not remade because of errors.
does anybody know how to solve it? thank you very much.