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.

LAUNCHXL-F28379D: Interrupt Vector Table memory not used - PIE_VECT 00000d00(origin) 00000200(length) 00000000(used) 00000200(unsed)

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

We have a problem that 2 projects are compiled with the same linker command file, but one project is able to allocate PIE vector table successfully as seen from the .map file but other project is not.

Please find the snapshot below:

1st snap -PIE_VECT used is zero

2nd project, same .cmd file - PIE_VECT used is 0x1C0 as shown below:

What could be reason for this?

And I believe it is because of this we are seeing the following error in CCS, as shown in below snap:

Any idea on the same?