Run an example application
For more information on debug probe support in the MCUXpresso IDE, visit community.nxp.com.
To download and run the application, perform these steps:
On the Quickstart Panel, click Debug evkbimxrt1050_demo_apps_hello_world [Debug].
The first time you debug a project, the Debug Emulator Selection Dialog is displayed, showing all supported probes that are attached to your computer. Select the probe through which you want to debug and click OK. (For any future debug sessions, the stored probe selection is automatically used, unless the probe cannot be found.)
The application is downloaded to the target and automatically runs to
main()
.Start the application by clicking the Resume button.
The hello_world
application is now running and a banner is displayed on the MCUXpresso IDE console window. If this is not the case, check your terminal settings and connections.
Parent topic:Run a demo using MCUXpresso IDE