2.2.3 Creating a New MPLAB Project

To create a new MPLAB project, follow these steps:

  1. Open MPLAB X IDE.
  2. Create a New Project by clicking the New Project icon or by selecting File>New Project.
  3. In the New Project window select Application Project(s) and click Next.
    Figure 2-35. New MPLAB Project
  4. In Select Device window select PIC32CX2051MTSH128 (the part mounted on PIC32CXMTSH-DB), and click Next.
    Figure 2-36. Select Device
  5. Select Compiler version on next window and click Next.
    Figure 2-37. Select Compiler
  6. Last step is setting the Project Name, select it and click Finish.
    Figure 2-38. Select Project Name
  7. When clicking Finish, MCC is automatically opened for the new project (may take a while), and the default components are shown in Project Graph.
    Figure 2-39. MCC for New Project