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