UPC EETAC Bachelor's Degree in Telecommunications Systems and in Network Engineering EEL

 

 

MPLABX + XC8 installation

L9


1. Integrated software development environment IDE MPLABX

  • Download the software latest version from Microchip web page, or from our Google Drive.

For instance: MPLABX-v6.20-windows-installer.exe 

  • Run the executable file and select only 8-bit microcontroller chips.

Installing 8-bit microcontrollers

 

2. XC8 C compiler

  • Download the software latest version from Microchip web page, or from our Google Drive.

For instance: xc8-v3.00-full-install-windows-x64-installer.exe

  • Run the executable file and select the free demonstration version.

XC8 compiler

 

3. Testing the installation

  • Compile and execute LAB9 tutorial or P9 highlighted project

Header file to include with all your projects: config.h

Default C compiler global properties used in CSD projects:

Compiler options

Additional options to control warning indications: -Xparser -Wno-implicit-int-conversion -Wno-implicit-int-float-conversion