This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

Build an XIP example application

  1. Open the desired example application workspace in: <install_dir>/boards/<board_name>/<example_type>/<application_name>/mdk

    The workspace file is named <demo_name>.uvmpw, so for this specific example, the actual path is:

    <install_dir>/boards/lpcxpresso54018/demo_apps/hello_world_qspi_xip/mdk/hello_world_qspi_xip.uvmpw

  2. To build the demo project, select the “Rebuild” button, highlighted in red.

  3. The build completes without errors

Parent topic:Run a demo using Keil® MDK/μVision