Tool/software: Code Composer Studio
I have a project named IP_Speaker_v5.
This program will be step at line 196, as in image.
Take a comparison between disassembly window and source file. We can tell that source file "exceptionhandler.asm" belongs to this project.
1. I modified the source file and built project IP_Speaker_v5, but .out file did not update.
2. I cannot locate this source file in the project.
The above 2 hint gives me an idea that this source file is packaged into library.
3. I searched all over the lib and found nothing.
4. Take a notice in debug window. The path is ccsv6, which is the older path and is not used anymore.
Is there a way to find out the location of this source file via project itself?