Hello, E2E members
Can you help to review the schematic and the register settings as attachment?
DS90UB935_934_936_Setting_20190603_r1p0a.pdf
Regards,
Nao
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, E2E members
Can you help to review the schematic and the register settings as attachment?
DS90UB935_934_936_Setting_20190603_r1p0a.pdf
Regards,
Nao
Hi Nao,
The block diagrams and register setting look good.
My only comment is that is DVP_CFG necessary (for 935/934)? What are you sending in DVP_DT_MAT_CH_VAL? If you are actually using that register, then this should be fine.
Best,
Jiashow
Hi Nao,
When you have reg 0x10[3] = b'1, the DVP block will allow packets with the DT from 0x11[5:0] (DVP_DT_MATCH_VAL) to go through regardless of the mode_75m or mode_100m setting. It doesn't seem like you are using it so you can simply set 0x10[3] = b'0.
Best,
Jiashow
Hi Nao,
My apology, I misread the register, please disregard what I said earlier about 0x10[3].
Setting 0x10[4] will allow any packets with DT to be pass through. If this is the intent it's fine.
Best,
Jiashow
Hello, Jiashow
Thnak you for your quick reply.
I forgot to check the one register setting too.
It are CLKOU_CTRLx.
I asked this register settings at other E2E.
https://e2e.ti.com/support/interface/f/138/t/800345
This register sets same vaule, isn't it?
0x06=0x41
0x07=0x0E
Regards,
Nao
Hi Nao,
For 935-934 RAW10 mode:
Line Rate = PCLK * 28 = 96 * 28 = 2.69Gbps
With reg 0x06 = 0x41 and 0x07 = 0x1C, you get a 24.0MHz CLKOUT
For 935-936 Sync mode:
Line Rate = 4G
If you want 24MHz clock, you need 0x06 = 0x43 and 0x07 = 0x7D.
If you want M/N integer, you can set to 23.8MHz clock by setting 0x06= 0x41 and 0x07 = 0x2A.
Best,
Jiashow