2.13 Build and Program

The demo project will be compiled and programmed to PIC32CXMTG-EK board.

  1. Build the application.
    1. Open the project Properties by right clicking the project name (MyFirstG3app).
    2. Ensure that XC32 compiler toolchain is selected. Press OK.
      Figure 2-69. Select Compiler
  2. Build the application by clicking the Build Main Project or Clean and Build Main Project menu command.
    Figure 2-70. Build Project
  3. Verify the build is SUCCESSFUL in Output window.
    Figure 2-71. Successful Build
  4. Program the application.
    1. Connect a micro-USB cable from computer to the USB port on the PIC32CXMTG-EK board.
    2. Click the Make and Program Device Main Project menu command.
      Figure 2-72. Make and Program Device
  5. If not already done, select the programming tool for the connected board.
    Figure 2-73. Select Programming Tool
  6. At this point, the user has a G3 Device running on the PIC32CXMTG-EK board. It can be tested against one of the G3 Coordinator examples available in smartenergy_g3_apps repository.