Hi Lunmin,
I want to run the same program on all 8 cores. The simple program will create a array of integer with the size of 1/8 of CPC and then read the array.
For example, for program in Core 0, I want it can only access 1/8 of CPC.
for program in Core 1, I want it can only access another 1/8 of CPC....etc.
Could this be achieved using Line Locking?
Regards,
Peter