亲爱的先生,
因为在我的CX3板中经常出现CB故障,所以在CB故障之后添加下面的代码,我想知道MIPI错误是否导致这个CB故障。
错误是
257,(0x101)
或
,1
或
514(0x202)
或
258(0x102)
当发生CB故障时。
有谁能解释ErnCNT的含义吗?
戴维
//读取CX3内部CSII错误状态寄存器
u
tiN 32 t ErnCNTS=0;
静态UIT32×T i=0;
CYU3PMIPICSIGTITE错误(Cytrue and EngEnter;ErrCNTs);
CYU3pDebug打印(4,\NRCYCX3UVCAPTHEADRADIONESTION: CYU3PMIPICSIGETROVER %D,I=%D”,ErrCNTs,I);
I++;
以上来自于百度翻译
以下为原文
Dear Sir,
Because CB failure occurs frequently in my CX3 board, I add the following code after CB failure, I want to know whether mipi-error cause this CB failure.
The errCnts is
257,(0x101)
or
,1
or
514(0x202)
or
258(0x102)
when CB failure occurs.
Can anyone explain what's the meaning for errCnts?
David
//read cx3 internal csi2 error status register
uint32_t errCnts=0;
static uint32_t i = 0;
CyU3PMipicsiGetErrors( CyTrue, &errCnts);
CyU3PDebugPrint (4,"nrCyCx3UvcAppThread_Entry:CyU3PMipicsiGetErrors %d,i=%d", errCnts,i);
i++;