|
Platform
This simulator - also known as SIS - is a freeware product that may be downloaded for free from the ERC32 Free Software page at ESTEC.
Executable
The executable demo_self.bin is the only one running on the SIS platform. It will autonomously 'trigger' an interrupt with a period of one second, which subsequently injects a telecommand into the system for execution.
Instructions for Execution
Assuming that the sis executable is on the current path, and that demo_self.x is located in the current directory, the demonstration is started as follows:
 On one terminal execute the following to start up the simulator:
sis -uart2 /dev/ptypc demo_self.bin
When the simulator has started up - indicated by a prompt sis> - the following simulator command should be given to start execution:
go x0203A000
 Generated output from the execution is captured on another terminal by the following command:
tip -19200 /dev/ttypc
Note: The period of telecommand injection is 2.5 seconds simulated time, corresponding to approximately 8 seconds real-time, so be patient!
|