MCC(MPLAB® Code Configurator)开发文档

发布时间 2023-12-15 10:55:18作者: abaelhe

MCC(MPLAB® Code Configurator)开发文档
https://microchipdeveloper.com/xwiki/bin/view/software-tools/mcc/

Getting Started with MCC
The MCC GUI(Graphical User Interface):

  • setup the configuration and all the peripherals;
  • **generates driver code control the peripherals on PIC® microcontrollers;
  • configure and generate libraries, which allows you to configure and generate code for software libraries and off-chip peripherals;
  • **The generated drivers or libraries can be used in any PIC device application program.
  • The GUI provides an easy means for setting up the configuration of the peripherals.

The MCC requires an MPLAB X IDE project to be created, or an existing project opened, before launching the MCC plugin.
This is necessary as the MCC needs to know the device used in the project to have access to device-specific information,
like registers, bits, and configurations and to set up the MCC GUI.

The MCC generates source and header files based on selections made in the GUI.
The generated files are added to the active project of MPLAB X IDE.