Run a non-XIP (plain load) example application using CMSIS DAP#
In IAR, click the “Download and Debug” button to download the application to the target.

The application is then downloaded to the target and automatically runs to the main() function.
Note: The application is programmed to the external on board flash, then jumped to SRAM to run

Run the code by clicking the “Go” button to start the application.

The hello_world application is now running and a banner is displayed on the terminal. If this does not occur, check your terminal settings and connections.

Parent topic:Run a demo application using IAR