Other Parts Discussed in Thread: DLPC350
Tool/software: Linux
Hi,
The status of DLPC debugging is:
The power supply is 1.2v, 1.9v, 1.8v and 3.3v and it is normal, the electricity timing sequence is satisfied.32MHz clock is normal;The Flash program verification of DLPC6401 is not a problem (another development board verifies the light function diagram);PWRGOOD and POSENSE are high level, GPIO26 is low level.
The current problem is that our main control RK3288 and DLPC's I2C cannot communicate with each other. We found the problem through datasheet:
1. According to the specification, the read-write address is 8 bits, all of which are 0x34. According to the standard I2C protocol, the read-write address is 7 bits, and the 8th position is read and write bit. Does this not conform to this standard protocol?
2. The following specification has a flowchart showing that the writing is 0x34, reading is 0x35, and the above text indicates which is right?Can you provide a complete description of the I2C agreement?