-
Notifications
You must be signed in to change notification settings - Fork 2
Working with Pure CMake Projects
SDKs built on the MCUXpresso SDK Builder support downloading standalone examples, as opposed to the full SDK archive. These standalone projects do not require an SDK, instead relying only on CMake and the included files.
After building an MCUXpresso SDK, open the download section and select the Download Standalone Example Project option.
Select the desired example project and click on Download Example.
The project archive can be imported by opening the Import Project menu in the Quickstart Panel. The Import path should be the downloaded archive.
The project can be built just like any other project, however debugging it will open a wizard to ask for more information since there is no associated repository.
Associating a repository to a pure CMake project is optionally, but it can be done by entering the context menu of the project and selecting the Associate Repository option under the Configure tab of the menu. Two quickpicks will be, then, shown to select the repository to associate to and the target device.
For building and debugging the project, the standard steps described in build and debug documentation sections should be followed.
Use this GitHub Issues section to report ambiguities or problems encountered in this documentation. For MCUXpresso for Visual Studio Code extension issues, feedback or search for solutions and ideas please follow Community page.
Table of contents
Dependency Installation
General
Software Repositories
Project Management
Flash and Debug
Reference Guides
- Getting Started with MIMXRT1060-EVK
- Training Zephyr Getting Started
- TrustZone Examples on LPC55S6x and MCUXpresso SDK
- Multicore Examples on LPC55S6x and MCUXpresso SDK
- SDRAM Examples on RT1060 and MCUXpresso SDK
- Getting Started with MCX using Application Code Hub
- AN14120: Debugging Cortex-M on i.MX 8M, i.MX 8ULP, and i.MX 93
Troubleshooting
Useful links