Skip to content

Arm-Examples/Hello_MIMXRT1064-EVK

Repository files navigation

License Apache--2.0 Build and Execution Test Example workflow CMSIS Compliance Keil Studio Cloud - Import Project

Hello example for MIMXRT1064-EVK

Simple Hello World example for NXP MIMXRT1064-EVK Evaluation Kit. This example prints "Hello World" and a counter value via the standard output which is routed to the debug console through Virtual COM port.

Prerequisites

Tools:

Build Solution/Project

Using Visual Studio Code with extensions

Required tools described in file 'vcpkg-configuration.json' should be automatically installed by vcpkg. You can see the status of vcpkg in the status bar.

Required CMSIS packs need to be also installed. In case a required pack is missing, a notification window will pop-up to install the missing pack.

Open the 'CMSIS' view from the side bar, select desired 'Build Type' and press the 'Build' button.

Using Command Line Interface (CLI)

Download required packs (not required when the packs are already available) by executing the following commands:

csolution list packs -s hello.csolution.yml -m >packs.txt
cpackget update-index
cpackget add -f packs.txt

Build the project by executing the following command:

cbuild hello.csolution.yml

Run the application

Using Visual Studio Code with extensions

  • Connect the board's DAPLink USB to the PC (provides also power).
  • Open the 'CMSIS' view from the side bar and press the 'Load & Run application' button. Wait until the image is programmed and starts running.
  • In the panel, select 'SERIAL MONITOR' and connect to the board's serial port with 115200 baud rate. Start monitoring.
  • Observe the terminal output.

Debug the application

Using Visual Studio Code with extensions

Open the 'CMSIS' view from the side bar and press the 'Load & Debug application' button.

About

Simple Hello World example for MIMXRT1064-EVK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors