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.

DLPC3433: 寄存器读写操作的问题

Part Number: DLPC3433

我在对DLPC3433的寄存器进行操作的时候出现写入数据和读数据不一致的情况。
例如

向(Write Local Area Brightness Boost Control (80h))寄存器   写入的数据是  0x01,0xff。

从(Read Local Area Brightness Boost Control (81h))寄存器  读出的数据却是 0xf3, 0x76。

不止这一个寄存器出现这种情况,Write RGB LED Current (54h)等寄存器出现了同样的现象。

我写寄存器的方式是使用i2c,传入buf数组。buf[0]= 寄存器地址,buf[1] = Byte 1, buf[2] = Byte 2 ……

请问是我写寄存器的方式出现了问题吗? 有没有写寄存器的程序模板可提供呢,谢谢