Other Parts Discussed in Thread: DLPA3000, DLPC3478, DLP3010, DLPDLC-GUI
I have custom board with following configurations;
DLPC3478 and DLPA3000 and DLP3010-LC
And I wrote the following firmware into the custom board;
https://software-dl.ti.com/dlp/pico-fw-selector/
Controller : DLPC3478 (for DLP3010_LC DMD)
PMIC : DLPA3000_AC
Pin Mapping : Option 1 (EVM Default)
I2C Address : 0x36 (default)
Firmware Version : 8.0.0 (latest version)
Then, the custom board works well and I have realized a light-control system with a DMD pico projector.
But there is one problem;
When my system (Ubuntu) reads system temperature of DLPA3000 by using DLPC3478 API, a communication error occurs and it got zero as returned value.
On the other hand, my system can get correct values expect for the system temperature, for example firmware version, DMD device ID, RGB LED Current Values, and so on.
What should I do to get the system temperature value of DLPA3000 via DLPC3478 API ?