I have posted this in the compiler forum but decided to post here as well as that forum tends to not be monitored as much.......
CCS V10.0.0.00010
I have a library created for a project.
I then have a separate main application area where I am creating code. In the main application I include <Project - Properties - MSP430 Linker - File Search Path> and point it to my library (.lib). I also point <Project - Properties - MSP430 Compiler- Include Files> it to my header folder within the library of interest.
If I hit the F3 Focus within the application I automatically jump to another library that has very similar code but slight modifications. Can someone tell me what I am missing????? How do I break the compiler link so that it stops focusing on the one library and instead focuses on the one I want?
Thanks