Tutorial: 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.
Change the name of the folder
Change the name of the project file
Open the project
Create the source file "~main.c"
Options for Target> Output tab > Name of Executable: " change the name"
Compile (F7)
Delete all files related to template project.
Last updated