Run a demo application using Arm GCC#
This document uses peripheral_ht example to describe the steps to open a project, build an example, and run a project on MDK.
For details, see the related section in Getting Started with MCUXpresso SDK User’s Guide (document: MCUXSDKGSUG) at root/docs/ and the readme file in the corresponding demo’s directory.
Setup tool chains#
See the section “Run a demo using Arm GCC” of getting start document. For example, Getting Started with MCUXpresso SDK for MIMXRT1170-EVKB.
Parent topic:Run a demo application using Arm GCC
Build a GCC example#
To build a GCC example:
Change the directory to the project directory:
<install_dir>\boards\evkbmimxrt1170\edgefast_open_examples\peripheral_ht\armgcc.Run the build script.
For windows, the script is build_flexspi_nor_debug.bat/ build_flexspi_nor_release.bat.
The build output is shown in the following figure.

Parent topic:Run a demo application using Arm GCC
Run a GCC example#
Refer to the section “Run a demo using Arm GCC” of the getting start document. For example, see Getting Started with MCUXpresso SDK for MIMXRT1170-EVKB. The peripheral_ht.elf is the target to download.
Parent topic:Run a demo application using Arm GCC
Parent topic:Demo