Tool/software: Code Composer Studio
I have a variable, CPU2bootComplete, that I need to be read accessible by both CPUs. As you can see from the debugger screenshots below, each CPU recognized the variable in different RAM memory space. Given that my data structures are the same size in my declarations, I don’t understand why this is happening.
Any idea why this is happening and what I can do to avoid it?
For CPU1 this variable is located in 0x00019541, for CPU2, 0x00019540. Why?
CPU2 Memory Addressing
Variable declarations



