Tool/software: Code Composer Studio
When I'm learning multiday workshop of C2000, I don't understand below sentences.
Does it mean that when I'm using CPU2 I will have to add "CPU2" to predefined symbols, and if I'm using both CPUs, I have to add "CPU1" and "CPU2" in predefined symbols? what's predefined symbols for?
In my mind define a symbol should be such as "a=4", what's the sense by just add the word "CPU1" ?
Thank you.