Bare Metal User Guide

ID 683211
Date 11/30/2015
Public
Document Table of Contents

1.6. Using DS-5 AE to Create and Manage Bare Metal Projects

Bare Metal application project can be created using DS-5 AE and compiled with ARM or GCC compiler. The application can be created to run from various target such as On-Chip RAM (OCRAM) or external memory.

The following sections will guide you through how to create, build, load and debug a simple bare metal project named "Hello World" on Cyclone V SoC Development Kit using the ARM compiler:
  • To run from OCRAM
  • To run from SDRAM
Note: For the GCC compiler, you can import an existing bare metal project example compiled using GCC compiler or refer to "GCC Bare-Metal Project Management" to create a simple C project manually.