1. Base condition
- Each 8-CORE use differenct configuration file(or different project)
- Shared memory(MSMC or external) use for CORE communication
For example, "int x[100]" is shared with all cores.
2. Question
- How "int x[100]" could be shared with all CORE.
- One method is assign Dedicated address to that array and call "x[100]" as pointer type.
- The other method is using shared project.(Just like that exist in TI web site with CCSv4 condidion)
I want to use shared project type first, but could not find sample code with CCSv5 environment.
Could I get some sample code about shared project of globle variable.
3. I need a sample code in DOC "DSP_BIOS on Multi-Core sharedimage.pdf" which works in CCS V5 (not a CCSv4)
thanks