Hi ,
I am using the panda board with dual core cortex A9 processor with core 0 and core 1.
I am working on windows platform with ccs v 5.1.
I want to access the both the cores...
How can i access this....???????
(
My idea:
i want to use both the cores for my applications .Want to do for parallel processing of the data ,
Like, parsing of 1st Macroblock by core1 in one frame of video and simultaneously processing of the 0th Macroblock by core 0 in same frame.
Parallel parsing and processing by using two cores..
But i don't know how to do this in c code..
Like , If i will take some macro,
For example
#define core0
--
processing()
--
and
#define core 1
--
parsing()
--
.
But what is that particular macro that i have to use ?????
I know one setting in CCS v5.1 where I can make one core as master and one as slave but I am not that much confidant on this for parallel processing..
Just guide me.......
Regards,
Studinstr.