Cypress技术论坛
直播中

白边赫

7年用户 209经验值
私信 关注
[问答]

来自CX3内部mipi块的MIPI错误

亲爱的先生,
因为在我的CX3板中经常出现CB故障,所以在CB故障之后添加下面的代码,我想知道MIPI错误是否导致这个CB故障。
错误是
257,(0x101)

,1

514(0x202)

258(0x102)
当发生CB故障时。
有谁能解释ErnCNT的含义吗?
戴维
//读取CX3内部CSII错误状态寄存器
utiN 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++;

回帖(1)

刘辉

2018-11-15 14:26:45
你好,
对CYU3PMIPICSIGETError的第二个参数不是UIT32。它是Cyu3PMIPICsiReloRangsTyt类型的一个参数。
详情请参阅API指南。
当做,
- Madhu Sudhan

以上来自于百度翻译


     以下为原文
  Hi,
 
The 2nd parameter to the CyU3PMipicsiGetErrors is not uint32. It is a parameter of the type CyU3PMipicsiErrorCounts_t.
 
Please refer the API guide for more details.
 
Regards,
- Madhu Sudhan
举报

更多回帖

发帖
×
20
完善资料,
赚取积分