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 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 as <demo_name>.uvmpw. For this specific example, the actual path is:

    <install_dir>/boards/frdmke16z/demo_apps/hello_world/mdk/hello_world.uvmpw
    
  2. To build the demo project, select Rebuild, highlighted in red.

  3. The build completes without errors.

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