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.

TDA2EXEVM: TIOP Link error. Utils_mbxSendCmd(): Msg Alloc Failed (0)!!!

Part Number: TDA2EXEVM

Hi,

I ran tidlOD use case with a 512x512 resolution model and everthing is ok at the begining. However, i got the Utils_mbxSendCmd(): Msg Alloc Failed (0)!!! error after a while( about 35 seconds ).

I have exactly the same error as this thread. However, it does not give any solution.

I printed the inFreeBufIDs[0] value in tiopLink_algPlugin.c. It looks like inFreeBufIDs[0] got a negative value, when the program running for a while.


Vps_printf("outArgs.iVisionOutArgs.inFreeBufIDs: %d", outArgs.iVisionOutArgs.inFreeBufIDs[0]); pAlgObj->inBufList[queId] = tiopReleaseLockedBuffer(pAlgObj, (UInt32 *)outArgs.iVisionOutArgs.inFreeBufIDs);