Uploading Hex File Using Pickit2
In this tutorial we will see how to upload hex file using the below PICKit 2 programmer.
Installing Pickit 2 Software
Download and Install the Pickit2 software from the below link.
Pickit 2 Software Setup
Step1: Connect the Pickit2 programmer to target board as shown below. Ensure the Boot Jumper is disconnected.
Step2:
Run the Pickit2 application and check the device communication as shown below.
Step3: Now status window should show PICkit 2 connected, with proper device(PIC16F877A), else double check the connections and try again.
Step4:
Import the .hex file from the menu File->Import Hex as shown below.
Step5:
The Configuration bits should be set to 0x3F3A.
Now click on Write to upload the hex file to target device.
Status window will show the uploading status.
Have a opinion, suggestion , question or feedback about the article let it out here!

Pic16f877a MPLABx Setup
In this tutorial we will see how to setup a Mplabx project to generate .hex file for Pic16f877a MPLABx Setup Steps Step1: Open the MPLABx software and select the...

Uploading Hex File Using Pickit2
In this tutorial we will see how to upload hex file using the below PICKit 2 programmer. Installing Pickit 2 Software Download and Install the Pickit2 software from...

Uploading Hex File Using Ds30 Bootloader
We will see in this tutorial how to upload hex file to PIC controller using DS30 loader GUI. Installing DS30 Software Download the DS30 Loader Software from the below...

LED Blinking with PIC16F877A Starter Board
In this tutorial we will learn how to blink the LED's with PIC16F877 Starter Board. Starter PIC board has two on board LED's connected to PORTD.0 and PORTD.1. Steps ...