I have an XDM compliant video decoder running on my DM6467 and according to the statistics coming back from Codec Engine, I still have a good 40% of the DSP's utilisation to play with. In this 40% I would like to run my own algorithm.
My question is, how do the XDM TI decoders multitask if not using the TSK_yield and TSK_sleep functions? I need to know this as I need to make my algorithm multitask correctly with the TI decoder.
This forum post says you should not use these functions in DSP code to handle multitasking if you have an XDM algorithm running:
http://e2e.ti.com/support/embedded/f/354/p/65026/235022.aspx#235022
but I can't find any more functions referring to multitasking (and I only found TSK_yield and TSK_sleep from forum posts, not in the official IRES documentation).
Also, please can someone tell me where the official documentation on TSK_yield and TSK_sleep is?
Thanks,
Ralph
P.S.
I've read the documentation here already: