Mikroelektronika MIKROE-930 Data Sheet

Page of 16
Page 2
Page 3
mikroPascal  PRO  for  ARM®
  organizes 
applications  into  projects  consisting  of  a 
single  project  file  (file  with  the 
.mppar
 
extension) and one or more source files (files 
with the .c extension). The mikroPascal PRO 
for  ARM®  compiler  allows  you  to  manage 
several projects at a time. Source files can be 
compiled only if they are part of the 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.
A project file contains:
• 
Project name and optional description;
• 
Target device in use;
• 
Device clock;
• 
List of the project source files;
• 
Binary files (*.emcl); and
• 
Other files.
1. Introduction to mikroPascal PRO for ARM
05
06
07
01
04
07
02
05
08
03
06
Main Toolbar
Code Explorer
Project Settings
Messages
Code Editor
Image Preview
Project Manger
Library Manager
03
02
04
01
08