Part Number: TDA2PXEVM
Other Parts Discussed in Thread: PCF8575, TLC59108
Tool/software: TI C/C++ Compiler
Hi All,
I am using TDA2x EVM and SDK_0304 to develop.
I connect a LCD panel with deiver ic through the J15 connector of EVM,
I check the V-sycn, H-sync, pixel-clk, DE, data pin have output, but power on ctrl pin is always low.
I check the code and schematic, power on/down pin is controlled by PCF8575 chip (pin-P15), and PCF8575 should be able to controlled through I2C.
I try to read/write PCF8578 ic, it's failed, I use the SDK origianl api for LCD ctrl to read/write PCF8575 and it's the same.
How to control the power down control pin?
Below is the log message.
[IPU1-0] 10.749679 s: **************************************
[IPU1-0] 10.749801 s: NO LCD CONNECTED OR LCD NOT RESPONDING
[IPU1-0] 10.749862 s: **************************************
[IPU1-0] 10.750625 s:
[IPU1-0] 10.751143 s: i2cMdSubmitChan: i2c0 transfer to slave address 0x40 failed
[IPU1-0] 10.751265 s: src/bsp_deviceI2c.c @ Line 580:
[IPU1-0] 10.751387 s: I2C0: DEV 0x40: WR 0x00 = 0x00 ... ERROR !!!
[IPU1-0] 10.751479 s: src/bsp_deviceI2c.c @ Line 602:
[IPU1-0] 10.751540 s: I2C0: Error timeout 1 ms!!!
[IPU1-0] 10.751631 s: tlc59108/src/bsp_tlc59108.c @ Line 168:
[IPU1-0] 10.751753 s: Tlc59108 - I2C register write failed !!!
[IPU1-0] 10.754590 s:
[IPU1-0] 10.754895 s: i2cMdSubmitChan: i2c0 transfer to slave address 0x40 failed
[IPU1-0] 10.754986 s: src/bsp_deviceI2c.c @ Line 580:
[IPU1-0] 10.755108 s: I2C0: DEV 0x40: WR 0x0c = 0x00 ... ERROR !!!
[IPU1-0] 10.755200 s: src/bsp_deviceI2c.c @ Line 602:
[IPU1-0] 10.755261 s: I2C0: Error timeout 0 ms!!!
[IPU1-0] 10.755352 s: tlc59108/src/bsp_tlc59108.c @ Line 168:
[IPU1-0] 10.755444 s: Tlc59108 - I2C register write failed !!!
[IPU1-0] 10.755657 s: *** UTILS: CPU KHz = 20000 Khz ***
[IPU1-0] 10.756176 s:
[IPU1-0] 10.756450 s: i2cMdSubmitChan: i2c0 transfer to slave address 0x40 failed
[IPU1-0] 10.756572 s: src/bsp_deviceI2c.c @ Line 346:
[IPU1-0] 10.756664 s: I2C0: DEV 0x40: RD 0x0c ... ERROR !!!
[IPU1-0] 10.756786 s: src/bsp_deviceI2c.c @ Line 412:
[IPU1-0] 10.756877 s: I2C0: Error timeout 1 ms!!!
Thanks.
Ranny.