Hello,
I found the above mentioned statement in DSP/BIOS 6 documents. I am wondering what does this mean. Does it means that if I have a global variable named GV in one task and another global variable GV in another task, they share the same memory location so if task1 changes GV, its value is changes in task2?
Is there any way that I can stop this to happen?
Regards