Hello,
I have two identical operations do do(2 set of exponentiation which includes 2048 wide multiplications( which is implemented in 32 bit) ), I would like to do that in parallel using DSP and ARM together in the OMAP L138. Please suggest me an idea, how can I invoke the two functions onto two processors in parallel as shown below, I am using ccsV5.
exponentiation(input params, , output); //to the DSP
exponentiation(input params, , output); //to the ARM
Thanks and Regards
Fradaric