Re-using Project Configuration

This tutorial is how to use a project template that has all necessary configuration of my MCU board.

Instead of starting a project from beginining with all set-up procedures, you can use a blank project template for a fast start.

What needs to be changed.

  1. Change the name of the folder

  2. Change the name of the project file

  3. Open the project

  4. Create the source file "~main.c"

  5. Options for Target> Output tab > Name of Executable: " change the name"

  6. Compile (F7)

  7. Delete all files related to template project.

Last updated