Hello,
I am using the TI TMS320C6472 six-core EVM for parallel processing. I have read the “Multicore Processing Guide” (http://www.ti.com/litv/pdf/sprab27a), which has some information about how the each core can access either “local” or “shared” memory. However, that document doesn't have any examples or sample code. Could somebody point out to me where I can find examples of programs or app notes on sharing data between cores? For example:
-
An integer variable that is set in one program and accessed (read) in another
-
A shared array whose first half is filled by one program, the other half by another
Andrey