Reference : SGP_AVS_SW_ATLAS-05-05 Classification : COMPANY RESTRICTED
Version : 0.17 Project : ATLAS_DSW
Status : Proposed Chapter : User Manual
Date : 2006-09-12
Section : Diagnostic Software (Leco+)
© Philips Electronics N.V. 2006 Philips Semiconductors Page 73 of 124
1
Nucleus Name
DS_HDMI_ExtendedWrite
Nucleus Number 1508
Description Perform an IIC write action on port 0/1 of the HDMI transmitter
Technical -
Execution Time Less than 1 second.
User Input <Port> <Register> <Data> Where 0 == Port 0 and 1 == Port 1
Error Number Description
150800 Byte was written OK
150801 Failed to retrieve the hardware diversity string
150802 Failed to initialise the IIC communication
150803 The hardware was not detected although indicated by Diversity
150804 A wrong port number was given by the user
150805 An invalid register was given by the user
150806 Invalid data was given by the user
150807 There was an error writing to the register indicated
Example
DS:> 1508 0 0x10 0x22
150800:
Test OK @
2
Nucleus Name
DS_HDMI_ExtendedRead
Nucleus Number 1509
Description Perform an IIC read action on port 0 or 1 of the HDMI transmitter
Technical -
Execution Time Less than 1 second.
User Input <Port> <Register> Where 0 == Port0 and 1 == Port 1
Error Number Description
150900 Byte was read and echoed OK
150901 Failed to retrieve the hardware diversity string
150902 Failed to initialise the IIC communication
150903 The hardware was not detected although indicated by Diversity
150904 A wrong port number was given by the user
150905 An invalid register was given by the user
150906 There was an error reading the register indicated
Example
DS:> 1509 0 0x10
150900: Data read: 0x22
Test OK @
3
Nucleus Name
DS_HDMI_CheckHPDTx
Nucleus Number 1510
Description Check whether Hot-Plugging of the HDMI cable is detected by the SII9030
HDMI transmitter.
Technical -
Execution Time Less than 1 second.
User Input None
Error Number Description
151000 The Hot Plug was detected OK by the HDMI transmitter
151001 Failed to retrieve the hardware diversity string
151002 Failed to initialise the IIC communication
151003 The hardware was not detected although indicated by Diversity
151004 Error writing to interrupt register
151005 Error reading interrupt register
151006 Test aborted by user
151007 Unknown action
Example
DS:> 1510
Insert or remove the HDMI cable.(or type 'a' to abort):
151006: Test aborted by user.
Test OK @
DS:> 1510
Insert or remove the HDMI cable.(or type 'a' to abort):
151000:
Test OK @
4
5