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 16 of 124
1
Nucleus Name
DS_CHR_MuteOff
Nucleus Number 107
Description De-mute the audio outputs of the digital board
Technical - Send the ‘DeMute’ command to the audio decoder
- Deactivate the ‘audio mute’ PIO pin
Execution Time “PIO” to just use the PIO pin de-mute. Only de-mute using this when you muted
using the PIO parameter, as this works ‘’paired.
User Input None
Error Number Description
10700 De-muting the audio succeeded
10701 De-muting the audio through the PIO-pin failed
Example
DS:> 107
010700:
Test OK @
DS:> 107 PIO
010700:
Test OK @
2
Nucleus Name
DS_CHR_MacroVisionOn
Nucleus Number 110
Description Turn on MacroVision.
Technical - Set some registers of the DENC module in the Codec.
Execution Time Less than 1 second.
User Input None
Error Number Description
11000 Turning on MacroVision succeeded
11001 Turning on MacroVision failed
Example
DS:> 110
011000:
Test OK @
3
Nucleus Name
DS_CHR_MacroVisionOff
Nucleus Number 111
Description Turn off MacroVision.
Technical - Set some registers of the DENC module in the Codec.
Execution Time Less than 1 second.
User Input None
Error Number Description
11100 Turning off MacroVision succeeded
11101 Turning off MacroVision failed
Example
DS:> 111
011100:
Test OK @
4
Nucleus Name
DS_CHR_Peek
Nucleus Number 112
Description Peek a value on a specified address
Technical - Check the user input
- Read out the address specified
- Check whether the address to be read is aligned on 4 bytes
Execution Time Less than 1 second.
User Input The address to peek on
Error Number Description
11200 Peeking on the specified address succeeded
11201 Peeking on the specified address failed, wrong user input
11202 Peeking on the specified address failed due to misalignment
Example
DS:> 112 0xa0700000
011200: Value read = 0x000001BD
Test OK @
5
6