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.

DS90UB940-Q1: Connect 940 and 925 and color display has some problem

Part Number: DS90UB940-Q1

Hi Team,

My customer used 925 and 926 before, and have successfully make them work.

And now would like to change to use 925 and 940 but meet some issue. Here are the block diagram.

When they only use 940's pattern generation, the color bar could be showed in LCD but it is flicker.

When they use the external video source from 925 to 940 and then display in LCD. The video source is red, but the LCD display is very strange.

Here is the reg setting when 940 connected with 925.

ds90ub940_write_reg(0x6c, 0x13);
ds90ub940_write_reg(0x6d, 0xbf);

ds90ub940_write_reg(0x66, 0x03);
ds90ub940_write_reg(0x67, 0x06);

ds90ub940_write_reg(0x66, 0x07);
ds90ub940_write_reg(0x67, 0x20);

ds90ub940_write_reg(0x66, 0x08);
ds90ub940_write_reg(0x67, 0x03);

ds90ub940_write_reg(0x66, 0x1e);
ds90ub940_write_reg(0x67, 0x09);

ds90ub940_write_reg(0x66, 0x04);
ds90ub940_write_reg(0x67, 0x98);

ds90ub940_write_reg(0x66, 0x05);
ds90ub940_write_reg(0x67, 0xd4);

ds90ub940_write_reg(0x66, 0x06);
ds90ub940_write_reg(0x67, 0x20);

ds90ub940_write_reg(0x66, 0x0c);
ds90ub940_write_reg(0x67, 0xd8);

ds90ub940_write_reg(0x66, 0x08);
ds90ub940_write_reg(0x67, 0x23);

/*Program the output CSI data formats yuv422*/
ds90ub940_write_reg(0x6b, 0x50);

ds90ub940_write_reg(0x65, 0x04);  //color bar ok
ds90ub940_write_reg(0x64, 0x55);  //color bar ok

And as for 940, customer use the 940 EVM. Could you please give some advice?

Thanks!