Part Number: TMS320F28379D
Greetings,
I am using CCS 9.1.0.00010 and have created a static array of structures called my_structure, in one of my cpp files. It is declared as follows:
#pragma DATA_SECTION(“STRUCT_LOC”)
static volatile struct MY_STRUCT my_structure[NUM_ELEMENTS];
When I try to see it in the Expressions window, as I type the name, I am offered my_structure. I select it, but the value become “identifier not found my_structure”. Also, it is not in the map file. So CCS knows it exists, but doesn’t know anything else about it. What do I need to do to make it visible to the tool? Is there an alternative way to see the structure?
Thank you,
Ed