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?