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.

Variables are not being displayed in "Expression" window CCS12

I am trying to debug code that I've migrated to the 280025 from the 28069. 

I have several data structures. However, some of the values contained within the variables of the data structures are not being displayed correctly in the "expressions" window. 

IN the expresion window. it shows...

Motor1.intSlewSpeed unsigned long 0 (Decimal) 0x0000A356@Data

The value "0" is not the actual value contained in actual memory. If I pass that value to one NOT in a structure in code and read that, it shows the correct value. Needless to say, this situation is useless for actual debugging. 

As always, any ideas will be appreciated.