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.

TDA4VM: TIOPVX share memory issue

Part Number: TDA4VM

Hi TI experts,

This is an urgent issue, please assist us as soon as possible.

When I call  cvxCreateImage and vxCreateObjectArray function multiple times to allocte memory.There will be errors reported by opvx share memory,

Q1:Did I apply for more memory than the total size of shared memory?

Q2:What are the addresses and sizes of this shared memory?

Q3:If I need to increase the size of shared memory, what do I need to do?

Error Logs:

###num_input_tensors:1 num_output_tensors:16
---------------------
MEM: ERROR: Alloc failed with status = 12 !!!
215.752459 s: VX_ZONE_ERROR:[tivxMemBufferAlloc:80] Shared mem ptr allocation failed
215.752494 s: VX_ZONE_ERROR:[ownAllocTensorBuffer:85] Could not allocate tensor memory
215.752504 s: VX_ZONE_ERROR:[ownGraphAllocateDataObject:899] Memory allocation for replicated parameter parent object failed
215.752516 s: VX_ZONE_ERROR:[vxVerifyGraph:2000] Memory alloc for data objects failed
215.752523 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
215.752723 s: VX_ZONE_ERROR:[tivxNodeSendCommandTimed:277] vxVerifyGraph should be called before tivxNodeSendCommand can be called on a node in the same graph
215.752825 s: VX_ZONE_ERROR:[tivxNodeSendCommandTimed:277] vxVerifyGraph should be called before tivxNodeSendCommand can be called on a node in the same graph
--------------------
MvUseSlamInit 222222

Thanks & Regards.