Go to file
joxe 40622da578 fixed autoconf ip addr in HC01
git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@507 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
2009-04-02 10:57:59 +00:00
.settings Eclipse 2008-05-07 16:52:26 +00:00
firmware fixed lost CC2420 operation mode notifications 2008-09-16 12:17:31 +00:00
images updated esb image 2007-12-10 10:37:24 +00:00
lib updated to latest version of JFreeChart 2008-11-24 10:34:48 +00:00
scripts made autorun to autorun again... 2008-12-04 09:53:20 +00:00
se/sics/mspsim fixed autoconf ip addr in HC01 2009-04-02 10:57:59 +00:00
tests fixed so that TinyOS clock synkronization works better 2008-10-05 21:16:38 +00:00
CHANGE_LOG.txt fixed bug on PUSH + RETI + CALL timing 2009-03-09 21:57:45 +00:00
Makefile fixed autoconf ip addr in HC01 2009-04-02 10:57:59 +00:00
README.txt added profiling of events and added event system 2009-01-20 11:37:32 +00:00
build.xml Ant build script for MSPSim 2008-11-06 17:17:39 +00:00
license.txt added license text 2007-11-26 15:25:22 +00:00

README.txt

* 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