Datasheet
Page 4
mikroC PRO for ARM
®
organizes applications
into projects consisting of a single project le
(le with the .mcpar extension) and one or
more source les (les with the .c extension).
The mikroC PRO for ARM
®
compiler allows you to
manage several projects at a time. Source les
can be compiled only if they are part of a project.
In this reference guide, we will create a new project,
write code, compile it and test the results. The
purpose of this project is to make microcontroller
PORTA LEDs blink, which will be easy to test.
Aprojectlecontains:
• Project name and optional description;
• Target device in use;
• Device clock;
•Listofprojectsourceles;
•Binaryles(*.emcl);and
•Otherles.
1. Introduction to mikroC PRO for ARM
®
03
04
05
06
07
08
01
02
Main Toolbar
Code Explorer
Project Settings
Messages
Code Editor
Image Preview
05
06
07
03
02
04
01
08
Project Manger
Library Manager