Other Parts Discussed in Thread: C2000WARE
Hello,
I am trying to develop a single executable that will be loaded on to both cores. However, each core would perform different task per certain inputs.
In order to develop a single executable and to make sure there are no memory contention by other core, I have created project with command linker file where ebss section was assigned to locally shared RAM. Doing this, each core will have variables stored in the respective core local RAM maintaining the independent memory.
Now i have a situation that, i need to assign more variables to each core and i might run out of memory in the local RAM of each code.
Could you suggest me, how would i assign the the ebss section to globally shared RAM (50% of GSRAM to Core1 and 50% of GSRAM to core2) while having only one command linker file to generate single executable.
Thanks in Advance,
Munaf