Other Parts Discussed in Thread: TPD12S521
Hi all,
I am working on custom board,the ESD protection chip (TPD12S521DBTR) is there in our custom board.
When I'm running the apps.out with null source display atleast the HDMI source is also not detected at TV monitor,It is always showing No signal.
I added some debug prints to know the problem in custom board.
what ever the protection ESD chip we are using that is same in D3 also,we have D3 board with us so I added the same print messages in D3 apps.out code and compared with my logs.Both logs are same
1. I made one test scenario,the custom board apps.out and the supporting lib_firmwares I copied in to D3 sdcard and tested in D3,at that time my apps.out is working fine display is coming.
2. with same apps.out I tested in custom board display is not coming.
3. I observed the voltage differences between the D3 board and Custom board at HDMI_HPD pin
In D3 board: without HDMI: 0V is coming(at pin #19 and 20 of TPD12S521 chip)
with HDMI : around 3.3v at #19pin and 5v at #20 pin
In Custom Board: Without HDMI : 1.8v is coming(at pin #19 and 20 of TPD12S521 chip)
with HDMI : around 3.3v at #19pin and 5v at #20 pin
Is this voltage 1.8v creates any problem in detection of HDMI.Because same code is working in D3 but not in custom board
Please suggest me to debug or identify the issue.
Please help me to solve this issue.Because it is very crucial stage to my project now.we are awaiting of HDMI display.Thanks in advance.