(CCS 4.2.3 and SYS/BIOS 6.31.4.27, TMS570)
Hello,
In order to have an application being program by a bootloader, I want to place my .vecs application segment at 0x08000.
But RTSC refuses that, I got this error:
Cannot set property "loadAddress" of undefined to "32768"
What can I do?
Even if I define:
Program.sectionsExclude = ".vecs";
The result is still the same
.
Simon