This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

.vers section for C6457

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?