This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: Share variable between CPU1 and CPU2

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi,

  I am trying to find an example of how to setup a pragma statement that will allow me to setup a variable in CPU1 R/W and then allow CPU2 to read and then vice versa using the GSx RAM. I know that I can us GSx RAM but I am not sure how to setup the pragma and linker file for different CCS projects such that each CPU know how to access the shared variable.

  I read that if it is define in the LNK file it will be assigned to a given CPU or that you need to reserve the memory for the CPU but I am not sure how do to that to follow the rule I specified above.

Dorion