Tool/software: Code Composer Studio
Hi
I am using CCS7, Compiler version: TI v16.9.6.LTS, Output format: legacy COFF
I have a static structure variable "static smf_instance_t ST_StatemachineInstance;" defined in "BoardState.c"
When I am debugging in "BoardState.c" I can see the structure on its correct memory location (0x0001170A Global Shared Ram) (1st Picture)
When I enter the Function "SMF_InitInstance()" debugger will point to wrong memory location (0x0000170A) (2nd Picture)
I have this issue with many other variables in the same way.
Many thanks for your reply
Kind Regards
Samuel