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.

Shared memory access



Hello everyone...

I'm using TDA3xx and VisionSDK ...

I'am trying to use shared memory, I allocated the memory using Utils_memAlloc and heap id=UTILS_HEADID_DDR_NON_CACHED_SR0. When I'am using that pointer in DSP I'am getting an error:

 

undefined    first referenced
symbol          in file
---------           ----------------

error: unresolved symbols remain

error: errors encountered during linking;
"/home/../vision_sdk/binaries/vision_sdk/bin/tda3xx-evm/vi
sion_sdk_c66xdsp_1_release.xe66" not built
make[4]: *** [/home/../vision_sdk/binaries/vision_sdk/bin/tda3xx-evm/vision_sdk_c66xdsp_1_release.xe66] Error 1

 

Is there any specific file where I need to make changes??

what should I do so as to be able to access that memory location in DSP.

Thanks in advance...