Menu

Tree [eec0f2] master /
 History

HTTPS access


File Date Author Commit
 firmware 2012-05-29 Niclas Finne Niclas Finne [202ddb] Updated test firmware for Z1 platform
 images 2012-05-30 Niclas Finne Niclas Finne [d33bd8] Updated image for the wismote platform. Picture...
 lib 2012-10-11 Niclas Finne Niclas Finne [862780] added JSON read for EmuLink
 scripts 2011-06-07 Niclas Finne Niclas Finne [e8b7c2] Added option to the 'service' command to not wa...
 se 2012-12-04 mspsim mspsim [eec0f2] Merge pull request #1 from nfi/mova
 tests 2011-09-02 Peter A. Bigot Peter A. Bigot [1e2d60] Updates to work with mspgcc 20110716 and subseq...
 .gitignore 2011-12-07 Niclas Finne Niclas Finne [367ab0] Removed execute flag
 CHANGE_LOG.txt 2009-04-30 joxe joxe [8777f3] added more ot changelog
 Makefile 2012-10-11 Joakim Eriksson Joakim Eriksson [406a5e] added initial empty implementation of emulink
 README.txt 2009-01-20 joxe joxe [b5da4d] added profiling of events and added event system
 build.xml 2012-05-29 Niclas Finne Niclas Finne [2426d8] Added run rule for z1 platform
 license.txt 2007-11-26 joxe joxe [6c3c0f] added license text

Read Me

* 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 SE 1.5 or newer is
recommended. The current version of MSPSim also requires make for
compiling.

* Building MSPSim

You will build MSPSim by typing

>make

* Running examples

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

>make 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:

>make runsky

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


* Main Features
- Instruction level emulation of MSP430 microprocessor
- Supports loading of ELF and IHEX files
- Easy to add external components that emulates external HW
- Supports monitoring of registers, adding breakpoints, etc.
- Built-in profiling of executed code
- Statistics for various components modes (on/off, LPM modes, etc).
- Emulates some external hardware such as TR1001 and CC2420.
- Command Line Interface, CLI, for setting up breakpoints and output
  to files or windows.
- GDB remote debugging support (initial)

* What is emulated of the MSP430
- CPU (instruction level simulation)
- Timer A/B subsystem
- USARTs
- Digital I/O
- Multiplication unit
- Basic A/D subsystem (not complete)
- Watchdog

* Limitations of the emulation (some of them) on version 0.9x
- currently the emulator runs as if it can use all memory as RAM
  (e.g. flash writes, etc not supported)
- no DMA implementation
- timer system not 100% emulated
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.