Microchip Technology ICD 3 In-Circuit Debugger DV164035 DV164035 Manuel D’Utilisation

Codes de produits
DV164035
Page de 108
Tutorial
© 2008 Microchip Technology Inc.
DS51766A-page 33
      IFS0bits.T1IF = 0;
      TMR1 = 0;
      return(1);
   }
return(0);
}
/*********************************************************************
 * EOF
 ********************************************************************/
5.4
RUNNING THE PROJECT WIZARD
The MPLAB C30 C compiler will be used in this project. You may either purchase the 
full compiler or download a free student version from the Microchip website.
1.
To set up this project, select Project>Project Wizard. A Welcome screen will 
appear.
2.
Proceed to the second dialog of the wizard. The PIC24FJ128GA010 should be 
selected.
3.
Proceed to the next dialog of the wizard to set up the language tools. In the 
“Active Toolsuite” pull-down, select “Microchip C30 Toolsuite.” Make sure that the 
tools are set to the proper executables, by default located in the directory 
C:\Program Files\Microchip\MPLAB C30\bin
. MPLAB C30 should be 
pointing to pic30-gcc.exe and MPLAB LINK30 should be pointing to 
pic30-ld.exe
.
FIGURE 5-2:
PROJECT WIZARD – TOOLSUITE SELECTION
4.
Proceed to the next dialog of the wizard to give a name and location to your proj-
ect. You may Browse to find a location.