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.

Making ProgramModelUart GuiComposer work With CCS 6.1

Hello every one !

With this example from 

i had some problerms when seting “ErrorCount” variable getting an error: "execution state doesn't allow ...".

here is a solution:  File->Properties->Auto Run and Launch Options
and activate the option "Halt the target before any ..."

this will allow you to access symbols in real time when debugging.

Hope it helps anyone !

PS: exuse my poor english i'm french-spanish !

See you !

  • Thank you for providing this information so it can help others.

    The option "Halt the target before any memory access" should only be necessary for devices that do not have real time debug support (such as MSP430) while using JTAG communication. Also just something to keep in mind is that enabling this option will require temporarily halting the CPU to read/write to memory, which could potentially impact execution of time critical code.