View previous topic :: View next topic |
Author |
Message |
sreejith.s.s
Joined: 24 Jun 2011 Posts: 23 Location: INDIA
|
pic programmer |
Posted: Mon May 20, 2013 11:16 am |
|
|
hai,
i need to make a pic programmer to program some pic microcontroller. pls any one help me. i no need the existing programers but i need to make a new one completely in all meaning. is there any tutorials regarding this......? pls help me....... then what is the procedures to burn a hex file to a pic microcontroller...... then how to burn a pic microcontroller..............pls help me............! |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Mon May 20, 2013 11:52 am |
|
|
Google??? |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Mon May 20, 2013 11:56 am |
|
|
Hi,
This is a user forum to support the CCS 'C' compiler, not a forum for DIY PIC programmers and other hardware. Having said that, there are literally thousands of DIY programmer projects floating around on the internet. A Google search using the search terms 'DIY PIC Programmer' will be a good place to start!
If cost is an issue, the USB-64 programmer available from CCS is a great value!
John |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19538
|
|
Posted: Mon May 20, 2013 2:55 pm |
|
|
And as with most PIC questions, the data sheet is the answer.
In fact you need to look at the programmers reference sheets. Every individual PIC 'family' has one listed when you look at the full data sheet page. A total of about six sheets detailing how each family is programmed. What signals have to be operated, and what voltages they have to be taken to. Most of the 'freebie' programmer circuits can only do one family. The timings can be done with a PIC, and in fact most of the basic programmers use one, but also some hardware is needed to give a programmable voltage, feed-able to the required pins for different chips.
You need to pull every programming sheet for every family you want to handle, then work out which pins need which signals (MicroChip do keep the programming pins relatively 'constant' on different models).
Then it is initially all hardware design, which needs to go to a hardware forum.
If in a few weeks time, you have working hardware, and are having problems with the code, and are using CCS, then come back. Otherwise, don't.
Best Wishes |
|
|
|