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-F28069M: Accessing variables with Free Run

Part Number: LAUNCHXL-F28069M

Tool/software: Code Composer Studio

Dear All

    Are there some way running the program in Free Run to have access to the memory variables? Making a reconnect or something similar?

It is supposed that the program is in an idle part (not running crucial parts) where is accessed to view the variables

Thanks

Luis Gonçalves 

  • Hello Luis,
    During a "Free Run", there is no debug connectivity. Hence there would be no debug visibility such as viewing memory/variable content. You would need to reconnect the debug connection to the target.

    Since your device supports real-time mode, you can view memory/variables during a standard run. Just not a free run.

    Thanks
    ki