Platform
This simulator is developed and sold by SpaceBel.  Please refer to the ERC32 Target Simulator page for further details.

Executable
Two executables are provided, that may run on the ERC32 target simulator:

demo_self.bin will autonomously 'trigger' an interrupt with a period of one second, which subsequently injects a telecommmand into the system for execution.
demo_gen.bin will require for the user to 'trigger' an interrupt, which subsequently injects a telecommand into the system for execution.

Instructions for Execution
demo_self.bin
Assuming that the demo_self.bin is situated in the current directory, the executable is loaded into the target simulator and started using the following commands:

     load demo_self.bin
     run

Telemetry source packets will then be displayed as raw byte strings in the environment window.

Note: The period of telecommand injection for demo_self.bin is 2.5 seconds simulated time, corresponding to approximately 25 seconds real-time, so be patient!

demo_gen.bin
Assuming that the demo_self.bin is situated in the current directory, the executable is loaded into the target simulator and started using the following commands:

     load demo_self.bin
     run

A telecommand may then be injected into the system by submission of the following simulator commands in the environment window:

     interrupt 2 0           generates interrupt 10
     interrupt 2 1           reset interrupt (before the next trigger)