Hi,
I'm trying to use CCE v.3.1 to program my board (with msp430f5418), but I don't manage to solve an error (ESSENTIAL!) in building my project, because it doesn't find the first reference:
"/lnk_msp430f5418.cmd", line 1072: error: placement fails for object
>> Compilation failure
".reset"
I've only written this code:
Main ......
parameters initialization
.....................
.sect ".reset" ; MSP430 RESET Vector
.short Main
(all other vectors)
.end
I've verified that in (msp430f54x.h / lnk_msp430f5418.cmd) all directives are correct.
How can I verify that all sections, (in particular, .intvecs section) are correctly allocated? I must re-define a section ? Should I change a property in CCE linker?
In short....what's wrong!?
Thank you for help!
Alessia