Part Number: TDA2PXEVM
Tool/software: TI C/C++ Compiler
When i run the tide usecase,there is an error that "[HOST] [IPU2 ] 2439.481791 s: UTILS: MBX: Utils_mbxSendCmd(): Msg Alloc Failed (0)!!!".
Can anyone tell me what may cause the error?
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.
Part Number: TDA2PXEVM
Tool/software: TI C/C++ Compiler
When i run the tide usecase,there is an error that "[HOST] [IPU2 ] 2439.481791 s: UTILS: MBX: Utils_mbxSendCmd(): Msg Alloc Failed (0)!!!".
Can anyone tell me what may cause the error?
Typically this issue comes when one of the link is running slower. vision sdk implements limited number of messages box, so if a link is running slower, eventually all of them gets used up and this error could come. Can you press 'p' on the console and check performance of all links?
Rgds,
Brijesh
Thank you for your answer.
Is there anyway to increase the number of message box?
But that's not solution. If you increase it, it will eventually run out if the link is running slower..
So the solution is to find the slower link and fix it.
Rgds,
Brijesh