osd-contiki/tools/cooja/apps/mspsim
2008-02-07 14:55:18 +00:00
..
example experimental code: using MSPSim for emulating msp430 (esb) motes 2007-02-01 17:45:09 +00:00
lib newer version of experimental mspsim mote type. 2007-04-23 12:00:43 +00:00
src/se/sics/cooja/mspmote msp430 specific plugins 2008-02-07 14:55:18 +00:00
build.xml ant build file external from both cooja and mspsim 2008-02-07 14:51:44 +00:00
cooja.config restructuring mspsim/cooja files (about to add tmotesky support) 2008-02-07 14:51:16 +00:00
README renamed 'user platform' to 'project directories' 2007-03-23 23:16:42 +00:00

MSPSim - ESB (MSP430) emulation support for the COOJA Simulator

Note:
This functionality is still under development and will in the future be added as a default application in COOJA.

Usage:
Add project directory "../apps/mspsim" in COOJA.
Create an MSP mote type by providing paths to three pre-compiled files:
	* IHEX-file (the actual file currently interpreted by MSPSim)
	* Firmware-file (contains debug-section with sourcecode-pointers)
	* Map-file (typically exported as contiki-esb.map at compile-time)

Example:
> make helloworld.firmware TARGET=esb && make helloworld.ihex TARGET=esb
Use the three files generated; helloworld.firmware, helloworld.ihex and contiki-esb.map.

There also exists a pre-compiled example in the tools/cooja/apps/mspsim/example folder.
Source code debugging will however not be available when using this example since it relies on the actual source code files pointed to by the debug-section in helloworld.firmware.

MSPSim source code access:
MSPSim is available as a standalone project (no need for COOJA).
It is maintained by Joakim Eriksson (joakime@sics.se) and Niclas Finne (nfi@sics.se).
For questions regarding interfaces towards COOJA, contact Fredrik Österlind (fros@sics.se).

--
Fredrik Österlind
1/2 2007