MansOS IAR

From DiLab
Jump to: navigation, search

Compiling MansOS with IAR Embedded Workbench

IAR Embedded Workbench is supported as development environment. To use it:

  1. Install MansOS source as usual
  2. Change location in terminal to mansos/mos/make/iar
  3. Run iarGenerator.py script. This will generate IAR project files for all MansOS applications that have IAR support at the moment.
  4. Open workspace file mansos/mos/make/iar/mansos.eww with IAR IDE. The project files will be automatically loaded.
  5. Select the application you want compile, activate it with right mouse click + "Set Active Project..."
  6. Upload and debug the application as usual. For debugging JTAG cable and tool (such as MSP-FET430UIF) is required.