1.7.1 MCC Project Configuration

The following figure shows the MCC project graph of PRIME Service Bin application for PIC32CXMTG-EK.

Figure 1-102. MCC Project Graph of PRIME Service Bin for PIC32CXMTG-EK
  • Since it is a project without a user application, only modules whose header files are required for the PRIME Library and the PRIME API have been added
  • The PRIME STACK folder contains all the components whose header files are required for the PRIME Library and the PRIME API
Figure 1-103. MCC Project Graph of PRIME STACK Folder
  • The PRIME SERVICES folder inside contains all the services whose header files are required for the PRIME Library and the PRIME API except the Firmware Upgrade service, which is in the root view
Figure 1-104. MCC Project Graph of PRIME SERVICES Folder

The following figure shows the MCC configuration of the PRIME Stack.

Figure 1-105. PRIME Stack MCC Configuration
  • PRIME mode: It must be set to SN
  • Type of PRIME project: It must be set to bin project
  • PRIME version: Configured to 1.4 for PRIME Library v1.4 or 1.3.6 for PRIME Library v1.3.6

For additional information about configuration of the PRIME Stack and the PRIME Services, refer to the corresponding documentation.

Additional Components

This application requires the Harmony Core Service so that header files of common drivers and services are generated.
Figure 1-106. Core Service Configuration