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.

TMS320F28P650DK: CODE COMPOSER STUDIO: Watch expression for a function-scope static variable

Part Number: TMS320F28P650DK

Hi,

The new system makes it unclear how to post this directly to the Code Composer forum. My question is, how do I specify a specific function-scope static variable within the Watch window?

I'm currently using CCS v20.2.0. For a file-scope variable called myVAR in a file called my_file.c, I would input this as the expression:

'my_file.c'::myVar

Since multiple functions can have static variables with the same name, how can you specify which one to view?