Part Number: CODECOMPOSER
Tool/software: Code Composer Studio
Hi,
I had created two projects (imported from CCS examples) in CCS as mentioned in below screenshot. Both these projects are working as expected when run separately.
When I create a project dependency between the two projects and try to call a function defined in one project from another, I receive unresolved symbol error (shown below).
Kindly let me know about the process to call functions between projects. I have taken care of include folders & libraries and also created separate header files for the functions. However, looks like the project is not able to recognise the other while linking (Though I can go to the source function by selecting open declaration).
Regards,
Navin

