Hi all.
I am defining global variables in a single header file.
When I look at the variables in memory after compiling, they are not in the order I defined them.
There is a device configuration item in the global variables.
If these items are not lined up in the order in which they are defined, problems will occur in the program.
In the case of the combination of C2000 & CCS7, the items were replaced to match the addresses in multiples of 4 in the case of 32bit data, but other than that, they were in the order defined. (The porting was done from 5509A to 6746)
Is there some setting I need to do to make it in the defined order?
Thanks in advance.
Suzuki