This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Task scheduling in c6678

Other Parts Discussed in Thread: SYSBIOS

Hello,

I'm working on JPEG 2000 encoder provided by TI. I'm currently running it on single core

and need to extend it to 8 cores to get better frame rate.(JPEG 2000 encoder doesn't support multicore)

Considering, I configure core 0 as master core (which gets the raw data to be encoded) and rest all as slave core, 

May I know how can I schedule the encoding operations of successive frames to the next available(free) core?

I'm new to this field. Kindly point me towards right documents and sources. 

Regards

Bharath