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.

DS90UB941AS-Q1: I2C write remote deserializer UB948 return NACK

Part Number: DS90UB941AS-Q1

serializer ub941 settting:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ds90ub941_init_setting{
0x01,0x08,
0x4F,0x8C, //Set DSI_CONTINUOUS_CLOCK, 4 lanes, DSI Port 0
0x32,0x80, //Set the line size to 1920(LSB)
0x33,0x07, //Set the line size to 1920 (MSB)
0x1E,0x01, //Select FPD-Link III Port 1
0x36,0x00, //Set crop start X position to 0 (LSB)
0x37,0x80, //Set crop start X position to 0 (MSB) and enable cropping
0x38,0x7F, //Set crop stop X position to 1919 (LSB)
0x39,0x07, //Set crop stop X position to 1919 (MSB)
0x3A,0x00, //Set crop start Y position to 0 (LSB)
0x3B,0x00, //Set crop start Y position to 0 (MSB)
0x3C,0xCF, //Set crop stop Y position to 719 (LSB)
0x3D,0x02, //Set crop stop Y position to 719 (MSB)
0x1E,0x02, //Select FPD-Link III Port 1
0x36,0x00, //Set crop start X position to 0 (LSB)
0x37,0x80, //Set crop start X position to 0 (MSB) and enable cropping
0x38,0x7F, //Set crop stop X position to 1919 (LSB)
0x39,0x07, //Set crop stop X position to 1919 (MSB)
0x3A,0x00, //Set crop start Y position to 0 (LSB)
0x3B,0x00, //Set crop start Y position to 0 (MSB)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Curret Status:

1. i2c wrtie/read serializer ub941 is ok.

2. ub941's reg 0x06 could readback DES1 addr 0x68, DES2 addr 0x58; 

3. host write remote device "DES1(0x34), DES1(0x2c), BL1(0x15), BL2(0x6b)" return error code "I2C_ERROR_ADDR_NACK";

DES1 setting = {

0x01 0xff
0x1d 0x13
0x26 0x15
0x27 0x15
0x41 0x1f
0x4b 0x0a

}

DES2 setting = {

0x01 0xff
0x1d 0x13
0x26 0x15
0x27 0x15
0x41 0x1f
0x4b 0x0a

}

What's the trouble? and how to config ub941?

x 出现错误。请重试或与管理员联系。