Dear Team,
Our system and configure information as below.
and the detail register as below
7a 01 02
SL 100
7A 0c cf
7A 10 91
7A 11 85
7A 13 89
7A 14 8d
;fps
7A 19 0c;frame sync=25Hz, BC_FREQ_SELECT=24MHbps,20200414
7A 1a 7f;32000*0.1-1=3199,
7A 1b 70;
7A 1c 7f;((3199+1)/0.1)*0.9-1=28799
;7A 18 01; enable FSIN, internal FSIN. enabled in another configure file.
7A 1f 02; Backchannel 25M,MIPI OUTPUT =800M,default value is 800M,20200414.
7A 4c 01 ;SELECT PORT0
;7A 58 5e ;Enable I2C Pass Through
7A 58 5d ;Enable I2C Pass Through,back channel changed to 24Mbps,20200414
7A 5c 32 ;Serializer Alias
7A 5d 60 ;native I2C ID
7A 65 68 ;Imager alias
7A 6D 78 ;Set to STP mode
7A 6E A0 ;BCC GPIO1 select frame sync signal
7A 70 2B ;RAW10 DT + VC0
7A 71 2C ;RAW12 DT + VC1
7A 72 E8 ;VC Mapping default - vc0
7A 4c 12 ;SELECT PORT1
;7A 58 5e ;Enable I2C Pass Through
7A 58 5d ;Enable I2C Pass Through,back channel changed to 24Mbps,20200414
7A 5c 34 ;Serializer Alias
7A 5d 60 ;native I2C ID
7A 65 6a ;Imager alias
7A 6D 78 ;Set to STP mode
7A 6E A0 ;BCC GPIO1 select frame sync signal
7A 70 6B ;RAW10 DT + VC0
7A 71 6C ;RAW12 DT + VC1
7A 72 ED ;VC Mapping default - vc1
7A 33 03 ;CSI Continous clock + 4 Lanes
7A 20 00 ;Forward all RX to CSI0
SL a0
34 0b 20 ;I2C speed: 390K
34 0c 20
34 02 53 ;MIPI 2lane; 73: 4lane
34 06 81 ;refclk to sensor:24MHz.954_REF_CLK=24MHz from OV491, so HS_CLK_DIV =16,M=1,N=5;-----20200413
34 07 05 ;0x06 and 0x07 used for setup pll for output clock for sensor, clock_out= REFCLK_954*80*M/(N* HS_CLK_DIV)
SL 20
32 0b 20 ;I2C speed: 390K
32 0c 20
32 02 53 ;MIPI 2lane; 73: 4lane
32 06 81 ;refclk to sensor:24MHz.954_REF_CLK=24MHz from OV491, so HS_CLK_DIV =16,M=1,N=5;-----20200413
32 07 05 ;0x06 and 0x07 used for setup pll for output clock for sensor, clock_out= REFCLK_954*80*M/(N* HS_CLK_DIV)
SL 60
34 0e F0 ;[7:4]: enable GPIO0/1/2/3 output
32 0e F0 ;[7:4]: enable GPIO0/1/2/3 output
34 0d 20 ;enable FSIN remote control
32 0d 20 ;enable FSIN remote control
SL 20
34 0d 21 ;01: OV TI953 board; 04: TI daughter board
32 0d 21 ;01: OV TI953 board; 04: TI daughter board
SL 20
34 0d 29 ;03: OV TI953 board; 0C: TI daughter board
32 0d 29 ;03: OV TI953 board; 0C: TI daughter board
SL 20
32 0d 2D ;set 953_0 gpio2 to 1, so red led on.-----------20190702
We found a strange issue when we power on our system. Mostly the capture is OK, but occasionally, the last 3 lines of sensor0/1 captures are interchanged after power on. We are sure that the last 3 lines are changed with left capture and right capture. We can see the data by FPGA, and you can see it as below
We changed the 954_REF_CLK from ISP to 25MHz, and changed the other related registers, there is no any effort.
We changed the BC datarate from 24Mbps to 48Mbps(954_REF_CLK is 24Mhz), and the FC datarate from 1920Mbps to 3840Mbps, and changed the other related registers, the issu seems been solved.
But we also want to use the half FC frequency(1920Mbps) , because there is lock link errors when FC datarate is full frequency(3840Mbps).
Could you help we analyze this issu?
Thanks.