WayneJ's video series on PIC programming: Difference between revisions

From doityourselfchristmas.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[http://www.jamesfamilychristmas.com/prog1.swf.html?title=Downloading the .asm file, change it to PWM or non-PWM]
This is a series of videos on "How to program a PIC" using a [http://www.microchipdirect.com/ProductSearch.aspx?Keywords=PG164120 Microchip Programmer] hosted by [http://doityourselfchristmas.com/ Do It Yourself Christmas Forum] member [http://doityourselfchristmas.com/forums/member.php?u=6 WayneJ].


To follow with these videos, you will need MPASMWIN. Use the disk(s) that came with your Microchip PicKit to install MPLAB IDE. MPASMWIN is bundled in as well and will be installed. It is what will be used to make the .HEX file. Once done with the install, go to the program list and look for for the "Microchip" folder, MPASMWIN is in that folder. You will also need to install the PicKit2 software from the disk.


[http://www.jamesfamilychristmas.com/MPASM1.swf.html?title=Using MPASMWIN software to create a .HEX file <------- Simplest method (great for beginners! )]
'''OR'''


You can download MPLAB IDE software for [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469&part=SW007002title= Microchip Technology Inc.] from the bottom of the page. Look for MPLAB IDE v ''x.xx''


[http://www.jamesfamilychristmas.com/prog2.swf.html?title=Configure MPLAB v8.10 and build the .asm file to create a .HEX]
The PicKit 2 software can be downloaded [http://ww1.microchip.com/downloads/en/DeviceDoc/PICkit%202%20v2.60.00%20Setup%20dotNET%20A.zip here]


The PicKit2 User's Guide can be downloaded [http://ww1.microchip.com/downloads/en/DeviceDoc/51553E.pdf here]


[http://www.jamesfamilychristmas.com/prog3.swf.html?title=Program the PIC using MPLAB v8.10]




[http://www.jamesfamilychristmas.com/prog4.swf.html?title=Program the PIC using PicKit1 flash software and generated .HEX file.]
Video 1. [http://www.jamesfamilychristmas.com/PICprogram1.swf?title= Downloading the .asm file and using MPASMWIN software to create a .HEX file] 
 
 
Video 2. [http://www.jamesfamilychristmas.com/PICprogram2.swf?title= Program the PIC using PicKit2 flash software and generated .HEX file.]
 
 
 
 
== See Also ==
[[Renard Firmware]]
 
 
[[Category:How To]]
[[Category:PIC Info]]
[[Category:Beginners Info]]
[[Category:General Info]]
[[Category:DIYC Index]]

Latest revision as of 15:41, 1 November 2012

This is a series of videos on "How to program a PIC" using a Microchip Programmer hosted by Do It Yourself Christmas Forum member WayneJ.

To follow with these videos, you will need MPASMWIN. Use the disk(s) that came with your Microchip PicKit to install MPLAB IDE. MPASMWIN is bundled in as well and will be installed. It is what will be used to make the .HEX file. Once done with the install, go to the program list and look for for the "Microchip" folder, MPASMWIN is in that folder. You will also need to install the PicKit2 software from the disk.

OR

You can download MPLAB IDE software for Microchip Technology Inc. from the bottom of the page. Look for MPLAB IDE v x.xx

The PicKit 2 software can be downloaded here

The PicKit2 User's Guide can be downloaded here


Video 1. Downloading the .asm file and using MPASMWIN software to create a .HEX file


Video 2. Program the PIC using PicKit2 flash software and generated .HEX file.



See Also

Renard Firmware