EN 82
3139 785 31681
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_HDMI_Adv7302_ColSettingsGet
Nucleus Number
1525
Description
Get the colour settings of the hatch- or frame-field
Technical
-
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
152500
Reading the colour settings succeeded
152501
Failed to retrieve the hardware diversity string
152502
Failed to initialise the IIC communication
152503
The hardware was not detected although indicated by Diversity
152504
IIC Error during accessing DENC
Example
DS:> 1525
152500: Colour Y Cr Cb values: 0x6A 0xDE 0xCA
Test OK @
Nucleus Name
DS_HDMI_Adv7302_ExtendedWrite
Nucleus Number
1526
Description
Perform an IIC write action to the ADV7320
Technical
-
Execution Time
Less than 1 second.
User Input
The register to write to and the data to be written:
<Register> <data>
Error Number
Description
152600
Writing to the register succeeded
152601
Failed to retrieve the hardware diversity string
152602
Failed to initialise the IIC communication
152603
The hardware was not detected although indicated by Diversity
152604
Decoding register unsigned value failed
152605
Decoding data unsigned value failed
152606
Error writing to the register
Example
DS:> 1526 0 0x1e
152600:
Test OK @
Nucleus Name
DS_HDMI_Adv7302_ExtendedRead
Nucleus Number
1527
Description
Perform an IIC read action on the ADV7320
Technical
-
Execution Time
Less than 1 second.
User Input
The register to read from:
<Register>
Error Number
Description
152700
Reading from the register succeeded
152701
Failed to retrieve the hardware diversity string
152702
Failed to initialise the IIC communication
152703
The hardware was not detected although indicated by Diversity
152704
Decoding register unsigned value failed
152705
Error reading from register
Example
DS:> 1527 0
152700: Data read: 0x1E
Test OK @