Downloading the Hex Code into the PIC Microcontroller

The following steps are required to download your code (now stored as a .hex file) into the pic. Please observe proper handling of static sensitive parts in this project.

  • Click ok
  • 2.0 Enable the Programmer - Menu Picstart Plus, Select Enable Programmer
  • 3.0 Set the Configuration Bits
    • Oscillator select XT (crystal)
    • Watchdog Timer select OFF
    • Power Up timer leave OFF
    • Code Protect leave OFF (this is important)
  • Program the Pic
  • Check that Device is PIC16F84A if it is not make it so.
  • Click on Erase Flash Device
  • Click on Program
  • Click on Verify
  • Remove Pic from the programmer. You are finmished.
Technological Design Home