Monthly Archives: May 2017

Home »  2017 »  May

addokab
Comments Off on Guide to Microchip Microcontroller PIC Programming

In order to program a Microcontroller chip here is  short explanation of the development process. First we will write our code in MPLAB Development Environment,The wiritng code can be in C or Assembly language than we compile and build our code and get a HEX file.in order to transfer the hex file to the Microcontroller we will use a PIC programmer, a simple electronic circuit that can get the code from our PC using the serial or USB port depending on the programmer model after that the program will be transferred to the PIC program Flash memory. Programming a PIC using MPLAB ICD2 : A pic can be programmed using the ICD2 programmer in circuit debugger KIT available at Microchip this kind pf programmer support both RS232 and USB interface many third party ICD programmers are available in the market and provide the same functionality as for the original ICD2 Programmer provided by Microchip ,Also programmers […]