Hi,
I am trying to display the members of a global struct in the expressions window. The struct is named `_ishr` There is a pointer to it named `ishr`.
The struct and the pointer are declared similarly to the objects and there handles defined in the f2802x device driver device support files. (As shown in the code in the screenshot below)
The pointer is confirmed to be correctly initialised in main and is declared globally there.
Optimization is off and full symbolic debug is enabled.
Yet, whichever way I reference this struct in the expressions window (short of using the address of each individual member) the struct variable is displayed as a pointer and the structure of the struct is listed as being the same as the ADC Regs! I.e. when I click in the Expressions window to expand the struct variable, it shows some kind of conglomeration of the ADCRegs and ADCResults struct (it has parts of both) overlayed on the memory locations where my ISHR_Obj struct should be shown...
All the addresses of pointers shown, etc seem to be correct...
Is this a bug in CCSv6.1?
(CCSv6.1.0.00104 on win 7 64-bit with f28027 launchpad, xds100)
