Difference between revisions of "MSPSim"
m (→Installation) |
(→Usage) |
||
Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
+ | We show in this section how to use MSPSIm on the Blink application. | ||
+ | |||
== See also == | == See also == | ||
*[[Avrora]] | *[[Avrora]] |
Revision as of 22:31, 9 December 2009
Error creating thumbnail: File missing
MSPSim is a Java-based simulator of the MSP430 microcontroller.
Contents
Installation
After dowloading the last version of MSPSIM, it can be install by entering the command:
make
in the MSPSim folder. A Jar package of MSPSim can be created with the command:
make jar
Then a mspsim.jar is created in the directory. For simplicity, you may want to create an alias to MSPSim:
alias mspsim="java -jar PATH_TO_MSPSIM/mspsim.jar"
After that, MSPSim can be lauched with the command mspsim
Usage
We show in this section how to use MSPSIm on the Blink application.