Tool/software: Code Composer Studio
Hello,
I am new at using the Code composer studio V6. I am trying to debug a .elf file by launching it using a Gel file (.ccxml file). When I launch the GEL file and load the elf file, the code composer runs fine. But my problem is with viewing the source code linked to the .elf file. I did this previously using the "Quick View " window, where I could type the name of the code snippet and load that particular code in the editor. But now after changing the workspace when I try to load any part of the code snippet using the quick view, it says source code not found. However, when I pause the running of the .elf file, I see that it stops in the code. Also with the "Memory Browser" window I see that the code snippet is being detected. I am not sure why does not it show me the code in the quick access window.
Can someone please help me with this. I am completely lost here, and cannot make any progress.
Thank you in advance.