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.

CCS: CCS-6 Quick access window does not load any source code



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.

  • Hello,
    The Quick Access field is meant to search the IDE for menu options and related things like that. I'm not sure how you used it in the past like your describe. Maybe you had a GEL file that added menu items under the Scripts menu and you can execute those custom menu items from the Quick Access view. Was the GEL file something regarding dynamic loading of DLL? There was such a script for that where you could load DLLs via custom menu items under the Scripts menu.

    Thanks
    ki