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 60 of 124
1
Nucleus Name
DS_SYS_DisplayFatalGet
Nucleus Number 1225
Description Get the display-fatal flag of the recorder
Technical - Issue the command to get the status of the display-fatal functionality to the
analogue board
Execution Time Less than 1 second.
User Input None
Error Number Description
122500 Getting the display-fatal flag succeeded
122501 Getting the display-fatal flag failed
122502 The returned errorcode from the analogue board is unknown:
122503 No DS errCode known for analogue board error:
122504 There was no response from the analogue board.
122505 Reading the display fatal flag failed
122506 Initialisation of IIC or reaching NVRAM failed
122507 Unexpected version read from NVRAM section
122508 Reading the fatal flag from NVRAM failed
Example
DS:> 1225
122500: The Display Fatal functionality is ON
Test OK @
2
Nucleus Name
DS_SYS_SettingsSet
Nucleus Number 1226
Description Programs the digital board settings into the boot EEPROM on the digital board.
Technical - Evaluate user input.
- Set-up IIC-bus.
- Write data to boot EEPROM.
- Update checksum.
Execution Time 1 second
User Input A large hexadecimal value that represents the digital board hardware
information string
Error Number Description
122600 The settings were successfully programmed.
122601 User input is invalid.
122602 IIC access failed.
Example
DS:>1226 44424849716040014C45434F2B0000006020070000010200000101008
008000044564452323030312E30303102020000000103000000020100000000000
00000
122600:
Test OK @
3
4