We are using Code Composer Studio v3.3 for project using the 2407A and the F2812 processors. We are having trouble using labels in the program for the F2812. I have attached screenshots that identify the differences.
Using a debugger (customized, not Code Composer), we are not able to stop the code at the labels with the F2812 code, however we are able to stop the code at the labels using the 2407A code. Both sets of source code are written in the C language.
It appears that the compiler is not assigning an address to the labels for the code being written for the F2812, while it is for the code written for the 2407A.
I have included an attachement with screenshots of the problem.
Thanks for your help