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 62 of 124
1
Nucleus Name
DS_SYS_SettingsGet
Nucleus Number 1229
Description Get the digital board diversity settings string that is programmed in the BROM
on the digital board.
Technical - Set-up IIC-bus.
- Read Digital Board Settings from boot EEPROM.
- Read System Settings from boot EEPROM.
- Display the settings.
Execution Time 1 second
User Input None.
Error Number Description
122900 The settings were successfully displayed.
122901 IIC access failed.
122902 The settings are invalid
Example
DS:> 1229
122900:
44424849716040014C45434F2B0000006020070000010200000101008008000044
564452
323030312E3030310202000000010300000002010000000000000000
Test OK @
2
Nucleus Name
DS_SYS_AudioLoopThroughStart
Nucleus Number 1230
Description Description: The audio input is routed from the input to all outputs. The input is
set routing the signal with the proper nucleus. All outputs are enabled.
Technical - Encode the audio to AC3 in memory
- Decode the AC3 in memory to audio on the outputs
Execution Time 1second buffer time and 30 seconds playing.
User Input InputType:
- I2S (default)
- SPDIF (Only for recorders with 5.1 input and DTT module)
InputPort: (Only for recorders with 5.1 input. For DTT modules no parameter
should be filled in, so default is chosen )
- OPT : Optical input path is selected (default)
- COAX : Coax input path is selected
Error Number Description
123000 AudioLoopthroughStart succeeded
123001 Resetting the audio decoder failed
123002 Resetting the audio encoder failed
123003 Encoding the audio failed
123004 Decoding the audio failed
Example
DS:> 1230
123000:
Test OK @
Example DTT
DS:> 1230 spdif
123000:
Test OK @
Example 5.1 input
DS:> 1230 spdif coax
123000:
Test OK @
3
4