![]() CATEGORIES: BiologyChemistryConstructionCultureEcologyEconomyElectronicsFinanceGeographyHistoryInformaticsLawMathematicsMechanicsMedicineOtherPedagogyPhilosophyPhysicsPolicyPsychologySociologySportTourism |
Successful Reply Format
Syntax Failed Reply Format
Operation Failed Reply Format
READ FILE (0x07) The Read File command returns four consecutive bytes of EDAC protected memory from the supervisor processor. The read process is atomic, so that consistent data is always returned. This command is intended for back-compatibility with other NSP devices with 32-bit floating-point file systems. There are two command formats available: short and long. These return corresponding short and long replies. These can be distinguished by their lengths. Short Command Format
Long Command Format
Short Reply Format
Long Reply Format
WRITE FILE (0x08) The Write File command writes four consecutive bytes to EDAC memory. The write process is atomic, so that consistent data is always stored. This command is intended for back-compatibility with other NSP devices with 32-bit floating-point file systems. There are two command formats available: short and long. These return corresponding short and long replies. These can be distinguished by their lengths. Short Command Format
Long Command Format
Short Reply Format
Long Reply Format
READ EDAC (0x09) The Read EDAC command returns bytes from EDAC memory. The read process is atomic. Long and short command formats are available. Short Command Format
Long Command Format
Reply Format
WRITE EDAC (0x0A) The Write EDAC command writes bytes into EDAC memory. The write process is atomic. Command Format
Reply Format
GO (0x0B) The Go Code command starts (or terminates) a star tracker sequence. The code is a bitfield, with the following contents:
If bit 1 is set the functional processor will load its bootloader from NAND flash (blocks 0, 1, 2 or 3). It will then immediately attempt to load and execute an Application Module image from block 0x8000, exactly as if it had received an INIT 0x00008000 command. If bit 1 is clear the functional processor will load its bootloader from the supervisor flash. This will take several seconds, and when complete the star tracker will be in maintenance mode. Do not clear bit 1 when bit 3 or 4 is set. Bit 5 is only valid when the sequence state is running or completed. If this is not the case, the bit will be considered cleared regardless of its commanded state. If bit 2 is clear, the functional processor will be powered down after a timeout, completion, or an emergency terminate, whichever comes first. If bit 2 is set but bit 5 is clear, the functional processor will be powered down by an emergency terminate only. If bit 2 and bit 5 are set, the functional processor will be powered down if timeout occurs before completion. It will also be powered down by an emergency terminate. If it reaches completion before timeout it will remained powered. Command Format
Reply Format
READ RESULT (0x0D) The Read Result command is used to read the result structure from the supervisor memory. Short and long commands are available. If a single reply message would not be sufficient to contain the data requested then several messages will be sent back-to-back. The PF bit of the final message will be 1, and all other messages have a PF bit of 0. Date: 2015-12-17; view: 668
|