Difference between revisions of "Directions for Starting New MPLAB Project"
From Mech
Jump to navigationJump to searchAndrew Long (talk | contribs) |
Andrew Long (talk | contribs) |
||
Line 2: | Line 2: | ||
<br clear=all> |
<br clear=all> |
||
* Choose <i>Configure>Select Device</i>. In the Device dialog, select the PIC you are using from the list if it’s not already selected. The lights show which software is supported for that PIC. |
* Choose <i>Configure>Select Device</i>. In the Device dialog, select the PIC you are using from the list if it’s not already selected. The lights show which software is supported for that PIC. |
||
[[Image:MPLAB_DeviceConfigure.bmp|thumb|300 px| |
[[Image:MPLAB_DeviceConfigure.bmp|thumb|300 px|left]] |
||
* Choose <i>Project>Project Wizard</i> |
* Choose <i>Project>Project Wizard</i>. Click <b>Next</b> |
||
[[Image:MPLAB_ProjectWizardStart.bmp|thumb|300 px| |
[[Image:MPLAB_ProjectWizardStart.bmp|thumb|300 px|left]] |
||
* Select the device from the drop down menu. Click <b>Next</b> |
|||
[[Image:MPLAB_ProjectWizardDevice.bmp|thumb|300 px|left]] |
|||
* Select the Microchip PIC32 C-Compiler Toolsuite from the drop down menu. Click <b>Next</b> |
|||
[[Image:MPLAB_ProjectWizardToolsuite.bmp|thumb|300 px|left]] |
|||
* Create a new project in the folder where you want the project and c files to be stored. Click <b>Next</b> |
|||
[[Image:MPLAB_ProjectWizardNewProject.bmp|thumb|300 px|left]] |
|||
* Add the c files (if you already have some) in the folder to your project. Click <b>Next</b> |
|||
[[Image:MPLAB_ProjectWizardAddFiles.bmp|thumb|300 px|left]] |
|||
* Click <b>Finish</b> |
|||
[[Image:MPLAB_ProjectWizardFinish.bmp|thumb|300 px|left]] |
Revision as of 14:16, 10 July 2009
- Open MPLAB IDE.
- Choose Configure>Select Device. In the Device dialog, select the PIC you are using from the list if it’s not already selected. The lights show which software is supported for that PIC.
- Choose Project>Project Wizard. Click Next
- Select the device from the drop down menu. Click Next
- Select the Microchip PIC32 C-Compiler Toolsuite from the drop down menu. Click Next
- Create a new project in the folder where you want the project and c files to be stored. Click Next
- Add the c files (if you already have some) in the folder to your project. Click Next
- Click Finish