Using supported IDEs
Overview
As described in the
Getting started
chapter, the Project Creator tool includes a
Target IDE
option that generates files for the selected IDE. Also, as noted in the
ModusToolbox™ build system
chapter, the make command includes various targets for the different supported IDEs. We have created user guides for each of them.
Eclipse
If you install Eclipse from the Setup program, it includes an Eclipse plugin that provides links to launch the Project Creator tool and then import the application into Eclipse. For details, refer to the
Eclipse IDE for ModusToolbox™ user guide
.
VS Code
For VS Code, you can create an application using the Project Creator tool, or export an existing application using
make vscode
. Then, open the workspace file in VS Code. For more details, refer to the
Visual Studio Code for ModusToolbox™ user guide
.
IAR EWARM (Windows only)
For IAR Embedded Workbench, you can create an application using the Project Creator tool, or export an existing application using
make ewarm TOOLCHAIN=IAR
.
Note: For applications that were created using core-make-3.0 or older, you must use the
make ewarm8
command instead.
Then, follow procedures in the
IAR Embedded Workbench for ModusToolbox™ user guide
to open and configure the application.
Export to Keil µVision (Windows only)
For Keil µVision, you can create an application using the Project Creator tool, or export an existing application using
make uvision TOOLCHAIN=ARM
.
Note: For applications that were created using core-make-3.0 or older, you must use the
make uvision5
command instead.
Then, follow procedures in the
Keil µVision for ModusToolbox™ user guide
to open and configure the application.