Prepare Arm Core for ‘Hello World’
Each of the DSP demos included in the MCUXpresso SDK consists of two separate applications that run on the Arm core and DSP core. The Arm core application initializes the DSP core in the manner described in Initialize DSP Core and executes other application-specific functionality.
To debug the ‘Hello World’ DSP application, you must first set up and execute the Arm application using an environment of your choice.
Build and execute the ‘Hello World’ Arm demo located in:
<SDK_ROOT>/boards/evkmimxrt685/dsp_examples/hello_world_usart/cm33/
.
Preparing an Arm core development environment is outside the scope of this document. For information on how to use the SDK for Arm core development, see the Getting Started with MCUXpresso SDK for MIMXRT600.pdf document at <SDK_ROOT>/docs/
.
Note: IAR Embedded Workbench may require a patch to enable compatibility with RT600. For details on the patch, contact NXP directly.
Note: If you are using MCUXpresso, it is highly recommended to upgrade to latest version of the SDK and match the latest EVK board.
Parent topic:Run and Debug DSP Demo using Xplorer IDE