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...