How to burn or program PIC Microcontroller?

How to program or burn .HEX file to a PIC microcontroller? The method of transferring compiled .HEX (machine code) file to the memory of microcontroller using microcontroller burning software is called burning or programming of a microcontroller. Once a program is burned into the memory of the microcontroller, it then works with respect to the program logic.

What is a compiler? Which compiler is suitable for PIC microcontroller environment? 

A compiler is a software like ‘Mikro C’ which provides an environment to develop embedded program, test, debug and build .Hex for the microcontroller. And for the second question, surely I can say ‘Mikro C Pro’ is the best microcontroller software for PIC family. The advantage of ‘Mikro C’ is that it has so many inbuilt functions to perform different tasks along with microcontroller programming software (Boot loader- burning tool or burning software). It is the better Integrated Development Environment (IDE) for PIC family of microcontrollers and allows C language for code development. Finally the compiler converts the embedded C codes in to .HEX file.

Tools required to burn/ program a PIC Microcontroller

  1. PIC programmer (burner) or development board. If you don’t have the programmer, read how to build your own USB PIC programmer. 
  2. Serial port cable (Latest laptops don’t have serial port, if you are using laptop you need a USB to serial port converter cable- costs about $5)
  3. Microcontroller burning software like Bootloader in 'Mikro C'

Burn PIC Microcontroller

  • Our aim is to transfer this .HEX file to the memory of PIC microcontroller.
  • To program a microcontroller you need a device called a burner/programmer and a software (Boot loader).
  • The burner and the dedicated software perform the function of transferring .HEX file into the PIC.
  • The burner is connected to the PC via a serial port cable. For laptops we use USB to serial port cable.
  • Mikro C’ has inbuilt ‘boot loader’ tool to burn your PIC microcontroller. Connect your PIC programmer to the PC and navigate to Tools>>mikroBootloader in Mikro C. Then a Bootloader window will appear.
  • You can see ‘Setup Port’ button on the right top corner. If you are using PC and serial port cable select ‘COM1’. 
  • For laptop and USB to serial port cable you need to verify the port number via system Device manager. For this open Control panel>>Device manager and check the COM port number (eg: COM9) as shown in figure.
  •  Select the same port from the port setup window after setting the specific port and click the OK button.
  • Now click ‘Connect' button, a message will appear in the 'History window' box with “Waiting PIC response; Disconnected”. Then you will have to 'Reset' to get connected.
  • For that look at your development board or PIC burner and press the ‘Reset’ button of PIC. Then rapidly click the connect button in the mikroBootloader window. Now you will be able see “Connected” in the history window.
  • Now click ‘Open HEX file’ button and select the .HEX file that you had built in the folder (project directory) before.

  • Then click ‘Start Bootloader’ button to burn the PIC microcontroller. You will be able to see the burning process via the ‘Terminal window’.
  • After the burning process a message box will appear saying “Reset PIC”. Click OK and now you are  finished with the PIC microcontroller burning…! 

Was this tutorial helpful to you? Let us know through the comment box below.

Related PIC articles

Ads


10 comments:

  1. Sir,
    I'm a PIC microcontroller beginner. I'm using MPLAB for PIC programming. Whether Mikro C or MPLAB is simple?

    ReplyDelete
    Replies
    1. Hi David,
      We recommend 'Mikcro C pro' for your code development

      Delete
  2. I know Mikro C programming but don't know the burning tool 'mikroBootloader' is new to me, Thanks. This article is easy to understand

    ReplyDelete
    Replies
    1. AnonymousJuly 09, 2013

      Hi Kapil,

      Glad to see you here. Keep visiting for more microcontroller related articles.

      Delete
  3. good article

    ReplyDelete
    Replies
    1. AnonymousJuly 09, 2013

      Thanks Nicolas for your feedback which makes us motivated.

      Delete
  4. Hi good day!
    I'm thankful for this article and I'm waiting for more...
    btw, can you teach to build my own pic programmer...
    I'm hoping for your reply
    thanks a lot bro.

    ReplyDelete
    Replies
    1. AnonymousJuly 09, 2013

      Hi Zack,

      In response to your request,we have published an article on how to build your own pic programmer. See How to build your Own USB Pic programmer?

      Delete
  5. plz sir help me, which pic microcontroller ic is cheap?????????
    i require very small rom,ram etc.., i run led on off only.., plz reply me sir..., thank you...

    ReplyDelete
    Replies
    1. Hi Atul,
      PIC16F676 is one of the cheap IC, also wide verities of PIC are available in market.

      Delete

 

Copyright © 2011 CircuitsGallery| ToS | Privacy Policy |

Contact Us | Write For Us | Advertise on Circuits Gallery | About Us