The linker file generated by CCS 4 for my project has the following sections
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.vers 0 00000000 0000003c COPY SECTION
00000000 0000003c C6457cfg.obj (.vers)
I belive this is a copy of the interrupt vector table and start up code, but i was wondering if this is in the right place, should this not have been where the reset vector points to 0x800000
Is this section right?