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/LAUNCHXL-F28027: launchxl-f28027

Part Number: LAUNCHXL-F28027


Tool/software: Code Composer Studio

I am trying to debug sgent_1 examle to generate a simple sine wave usinc c2000 f28027. But when I debug this code, I get this error :

  • Oguz,

    This message means that the program has halted in a location where CCS does not have the matching source code. It is running from an address where you do not have code. This points to an issue with the application. If this is an example application from TI I can move the thread into the C2000 forum and they may be able to help you. Otherwise you will want to step through the application and figure out what is going on.

    Regards,
    John