hi
We are trying to integrate audio decoder running on DSP (c674x) into the vc3 app. We are able to boot DSP and communicate with it. But, our first AllocateBuffer on DSP coming from a OMX_AllocateBuffer fails with an error IDmm_errorInvalidMapAddress. From the adec app notes we found that the DSP is supposed to allocate the buffer (for decoder input) and give it to the host A8. For us, the shared buffer is allocated in the DSP region's own heap, but the SharedRegion_module.region.entry doesn't seem to enclose this address. Where is the DSP shared region for buffer allocation supposed to be and how do we control where it is? Is it through one of the .cfg files in the app/demo directory?
thanks in advance !
satheesh