Difference between revisions of "MSPSim"
m (→Installation) |
|||
Line 5: | Line 5: | ||
MSPSim can be install by entering the command: | MSPSim can be install by entering the command: | ||
make | make | ||
− | in the MSPSim folder. | + | 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. | ||
+ | |||
== Usage == | == Usage == | ||
== See also == | == See also == |
Revision as of 22:18, 9 December 2009
Error creating thumbnail: File missing
MSPSim is a Java-based simulator of the MSP430 microcontroller.
Contents
Installation
MSPSim 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.