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/MSP432P401R: Cannot make the ROV execution graph to work properly

Part Number: MSP432P401R

Tool/software: Code Composer Studio

Hi,

When I try to execute the "Execution Analysis" I get the following

How can I solve this issue?

I have seen other related, but not working.

This is CCS9

  • When this type of message appears, it usually means that UIA instrumentation is not enabled in your configuration (.cfg) file. Please see Section 5.1 of the System Analyzer User's Guide that tells you how to enable UIA instrumentation. You can also use the stairstepStopMode example from the Simplelink SDK as a reference. The example is under the TI-RTOS Kernel examples. This example exercises the Execution Graph and will show you how the required instrumentation is enabled and configured so you may follow the same steps in your own project.

    Hope this helps.