User manual
744
mikoC PRO for dsPIC
MikroElektronika
Managing Project
Projects
The mikroC PRO for dsPIC30/33 and PIC24 organizes applications into projects, consisting of a single project le
(extension .mcpds) and one or more source les (extension .c). mikroC PRO for dsPIC30/33 and PIC24 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,
- header les (*.h),
- binary les (*.mcl),
- 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