User's Guide

© USI. All rights reserved.
Download
https://github.com/Azure/azure-sphere-samples
Start Visual Studio. On the File menu, select Open>CMake... and navigate
to the folder that contains the sample
HelloWorld\HelloWorld_RTApp_MT3620_BareMetal .
If CMake generation does not start automatically, select the
CMakeLists.txt file.
In the Visual Studio Output window, the CMake output should show the
messages CMake generation started. and CMake generation finished.
On the CMake menu (if present), click Build All. If the menu is not present,
open Solution Explorer, right-click the CMakeLists.txt file, and select Build.
The output location of the Azure Sphere application appears in the
Output window.
Build a real-time capable application-1
17