User manual
mikroPascal PRO for PIC32
MikroElektronika
601
Managing Project
Projects
The mikroPascal PRO for PIC32 organizes applications into projects, consisting of a single project le (extension
.mpp32) and one or more source les (extension .mpas). mikroPascal PRO for PIC32 IDE allows you to manage
multiple projects (see Project Manager). Source les can be compiled only if they are part of a project.
The project le contains the following information:
- project name and optional description,
- target device,
- device ags (cong word),
- device clock,
- list of the project source les with paths,
- binary les (*.emcl),
- image les,
- other les.
Note that the project does not include les in the same way as preprocessor does, see Add/Remove Files from
Project.
CHAPTER 10
Tutorials