Run a non-XIP (plain load) example application using CMSIS DAP

  1. In IAR, click the “Download and Debug” button to download the application to the target.

  2. 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

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

  4. 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