warning: (520) function “_SomeFunctionName” is never called Setting warning level to 0 will get rid of this one Right click project > Properties > XC8 Global Options > XC8 Compiler > Warning Level = 0 warning: (1518) direct function call made with an incomplete prototype For example warning will be created for calling this code […]
Category: MCC
Issues with MCC(4)
Peripherals(11)
.Using Code Configurator
The Microchip videos are here To view the Code Configurator, press the blue ‘MCC’ button on the toolbar. Project resources panel – shows all of the existing things being setup by the code configurator. Adding a new peripheral to code configurator In the ‘Device Resources’ panel double click the peripheral to all. A page for it […]
Pin Module (Assigning Pins)
Ensure you have added the peripheral you wan tto assign already from the ‘Device Resources’ panel. Select the ‘Pin Module’ in the ‘Project Resources’ panel. Select the function you want to assign to a pin from the ‘Module’ column. Assign it by clicking any blue unlocked padlock box.
.Adding MCC To New Project
Adding to your project Create your MPLABX project as normal. Press the blue ‘MCC’ button on the toolbar to launch the code configurator. MCC Melody / MCC Classic / MPLAB Harmony choice (Unavailable options for your chosen device will be greyed out) “MCC Melody” is the newest that you should use if it is available […]