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.

Controling xDM block allocation in OMAP

Hello,

I'm using OMAP to create xDM alg using SPHDEC1_create(). How can I control the memory blocks locations (internal/external) that the xDM alg will use on the DSP, for its internal blocks (after getting the demand from IALG_MemRec) ?

Running from the DSP gives me the control to allocate buffers from internal/external memory after getting the IALG_MemRec but from the ARM application calling XXXX_create() doesn't give that control. The DSP do the allocation according to the info it gets from IALG_MemRec. Can I control it from the ARM?

Yehuda.