contiki-ng / mspsim

Official MSPSim git repository
BSD 3-Clause "New" or "Revised" License
66 stars 83 forks source link

MSPSim version 0.9x

MSPSim is a Java-based instruction level emulator of the MSP430 series microprocessor and emulation of some sensor networking platforms. Supports loading of IHEX and ELF firmware files, and has some tools for monitoring stack, setting breakpoints, and profiling.

System requirements

You need a recent Java to run MSPSim. Java 11 or newer is recommended. The current version of MSPSim also requires ant for compiling.

Building MSPSim

You will build MSPSim by typing

ant

Running examples

Run the default example on the ESB node emulator by typing:

ant runesb

(here you can pass the PIR with the mouse and click on the user button to get reaction from the example application).

Run the default example on the Sky node emulator by typing:

ant runsky

(this is a leds-blinker only and does not react to any mouse movements or button clicks).

Main Features

Limitations of the emulation (some of them) on version 0.9x