Hi there,
I'm working with CCS V 5.5.0.00077 and RM46.
I found some problems with viewing 'static variables'. See screenshot:
The variables are defined like that:
static uint8 su8_state = 0U;
static uint32 su32_token;
As one can see in the screenshot:
- the initialized variable is show correctly (address: 0x08004A80)
- the initialized variable is NOT shown correctly (address: 0x000129CC ???)
The review of the source code shows, that su32_token is stored at address 0x08004778.
Why doesn't get CCS the correct address of the initialized static variable?
What am I doing wrong, or is this a bug in CCS?
Regards, Andy