In this blog series I’ll post tutorials on using PIC16F877A .You’ll learn the basics starting from installation of the new MPLABX IDE along with the C compiler XC8 .
Further you’ll learn all demo programs like blinking LED, driving a 7 segment display, driving a relay,driving a servo motor,controlling a stepper motor, interfacing keypad matrix, interfacing 16 x 2 LCD, UART control for serial communication,etc.,
To start with we shall walk through the installation of IDE with XC8 compiler.
Download the MPLABX IDE (375 Mb) from :
http://www.microchip.com/mplabx-ide-windows-installer
& XC8 compiler (180 Mb) for 12F,16F,18F series of PIC controllers from :
http://www.microchip.com/mplabxc8windows
MPLAB XC Compiler licenses are available as Free editions and have the option of a 60-day PRO evaluation trial.After trial time you can continue using the compiler but without optimization .i.e your final hex code will be larger.
Following is the screenshot of the installer files downloaded for MPLABX installation.
Double click on MPLABX installer application (version 2.26 at the time of this post) .
Setup window opens up.Leave the installation directory to default settings C:\ProgramFiles\Microchip\MPLABX
Select both the IDE and IPE .Click on Next button to start installing the IDE.
Once the installation is over you’ll be guided to download XC8 compiler if the XC compiler button is checked.
Now double click the XC8 compiler installer application
Leave the installation directory to default.
On the next screen select all the options as Compiler settings.
Once the installation is completed you can see the MPLABXIDE & MPLABXC8 folders under All Programs.
Click on the MPLABX IDE v2.26 to start the IDE.
In the next post we shall see how to blink an LED , a HELLO WORLD program to start with any Microcontroller.