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.

Symbol File from one project As Input to another Project?

Other Parts Discussed in Thread: TMS570LS3137

I would like to create two separate projects in CCS 5/6 for TMS570LS3137.

1. Project 1 will have drivers, middleware and RTOS code,

2. Project 2 will have application code.

I would be  generating two separate binaries for each project, which would be flashed in two different memory sections in flash.

Is there a method in CCS 5/6 to generate a Symbol definition file for Project 1, which I can provide as an input at linker stage of Project  2.
The reason for this would be that, I would not have have to share the complete source code or even binary project 1 for implementation of project 2.

when both binaries are flashed on target, they would be able  find appropriate symbols.