Compatibility Between MPLAB® Code Configurator (MCC) v2.xx and v3.xx Configurations
MPLAB® Code Configurator (MCC) v2.xx it is not compatible with MCC v.3.xx since they don't have the same Java extension. To import a project from previous versions of MCC to newer versions (v3.xx), you must to do it manually as there is no tool available to convert v2.xx configurations to v3.xx format.
Manual conversion:
- Install both v2.xx and v3.xx plugins.
- Open two MPLAB X IDE instances. In one instance open v2.xx project then load v2.xx MCC configuration (double-click on it). In the second instance, create a new project then open MCC v3.xx.
- Recreate the project configuration. In v3.xx go through each peripheral and match the v2.xx settings.
- Make sure you add all the pins and the pins settings to the Pin Module. Click on Generate to save the configuration.
- Replace v3.xx main .c with the v2.xx version and add all other non-MCC files from the original project.