hello TI friends,
rdk4.1, evm
To remove the DMVAL in DSP, I just modify following and got hang. pls see 5584.log.txt for log
Int32 AlgLink_ScdVAInitParams(AlgLink_ScdChPrm *pChPrm) //(AlgLink_ScdObj * pObj)
{
...
pChPrm->chDMVLParam.detectMode = DMVAL_DETECTMODE_DISABLE; //DMVAL_DETECTMODE_TAMPER;
...
Is there any thing wrong with my modification?? I just want to leave LMD function in DSP... Any idea?