Tool/software: Code Composer Studio
With code composer 6, our global variables are assigned addresses in RAM in the order that they are listed in when initialized. In code composer 7, the individual variables are still in order but the structures are place in a different area of RAM. Is there a setting that I can make so CCS7 works like CCS6 did? Thanks.