Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NoLe_4131831
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

If CX3 CyU3PMipicsiGetErrors have error count, it mans sensor's mipi signal is not match with it setting in CX3 MIPI Receiver Configuration, right?

this is my partial code, and I wake up my sensor by another way, so here I don't setting i2c sensor.

After I wake up my sensor, I set CyU3PMipicsiSetIntfParams.

Later, I get this error, and  there's no data capture by CX3

/* error message */

CyU3PMipicsiGetErrors

crcErrCnt: 0 ctlErrCnt: 1 eidErrCnt: 255 frmErrCnt: 1 mdlErrCnt: 0

recSyncErrCnt: 0 recrErrCnt: 0 unrSyncErrCnt: 0 unrcErrCnt: 0

Start!

pastedImage_0.png

0 Likes
1 Solution

Hi,

My issue have been solved,

cause my packet id not match between tx and rx, my tx set user define 8 bit data, but not RAW8, so CX3 can't analyze it.

More over, I want to know what is "PHY Time Delay value" ?

View solution in original post

0 Likes
22 Replies