IDE Import Wizard#
The IDE Import Wizard provides the fastest way to get started with MCUXpresso SDK in supported IDEs.
Overview#
The IDE Import Wizard automatically:
Downloads required SDK components
Configures toolchain settings
Sets up project structure
Imports example applications
This method is recommended for users who prefer integrated development environments and want minimal setup complexity.
Supported IDEs#
The Import Wizard is available in:
MCUXpresso IDE - Full integration with NXP tooling
VS Code with MCUXpresso Extension - Modern, extensible editor
Prerequisites#
For MCUXpresso IDE#
MCUXpresso IDE 11.8.0 or later installed
Internet connection for SDK download
USB connection to target board (for debugging)
For VS Code#
Visual Studio Code installed
MCUXpresso for VS Code extension installed
Internet connection for SDK download
Using the Import Wizard in MCUXpresso IDE#
Step 1: Launch the Wizard#
Open MCUXpresso IDE
Navigate to File → New → Project
Select MCUXpresso SDK Project
Click Next
Step 2: Select SDK Source#
Choose one of the following options:
Option A: Download from NXP
Select Download SDK from NXP
Choose your target board from the list
Click Download to fetch the latest SDK
Option B: Use Local SDK
Select Use local SDK
Browse to your SDK installation directory
Click Next
Step 3: Configure Project#
Select your target board
Choose an example application (e.g.,
hello_world)Configure project name and location
Click Finish
The IDE will automatically:
Import all required files
Configure build settings
Set up debug configurations
Step 4: Build and Run#
Right-click the project in Project Explorer
Select Build Project
Once built, click Debug to flash and run
Using the Import Wizard in VS Code#
For detailed VS Code workflow, see VS Code First Project.
Quick steps:
Open MCUXpresso for VS Code extension
Click Import Repository or Import Example
Follow the guided workflow
Build and debug from the integrated interface