Tool/software: Code Composer Studio
The section of GSx is shared by CPU1 and CPU2. If I assign a variable in GSx of CPU1 and change this value in CPU1, the value will be also updated in CPU2 in GSx. But I didn't see any share section between CPUx and CM in the F2828x block diagram. Does such a memory section exist? Or I have to use message ram CMTOCPU1MSGRAMx? If so, the total space of MSGRAMx is 4k, how can I share memory larger than that size?