Part Number: TDA2E
Hi,
My Development environment is below,
vision_sdk302,
4.4.84-00018-gd326d64-dirty,
tda2eg,
i find when my system runs for long time,
my GrpxSrcLink_tskMain will dead,
the dead is mean i print some log,
but at that time the log is disappear,
after trace my code,
i found it stopped at BspOsal_semWait which in links_fw\src\rtos\links_common\system\system_ipc_msgq.c "function System_ipcMsgQSendMsg",
the code is BspOsal_semWait(gSystem_ipcObj.msgQLock, BSP_OSAL_WAIT_FOREVER);
i want to know that the parameter set to BSP_OSAL_WAIT_FOREVER is reasonable?
Because I have seen some ways to prevent stopping BspOsal_semWait wait forever,
like set 1000( mean 1sec?), if over this time print some error log,
and semStatus = (Bool)TRUE;
so, my quesion is in System_ipcMsgQSendMsg, BspOsal_semWait wait forever is reasonble?
if not, could i change this to wait 1sec?
