View previous topic :: View next topic |
Author |
Message |
tstein
Joined: 02 Aug 2005 Posts: 8
|
ICSP. Software available? |
Posted: Tue Aug 02, 2005 11:53 am |
|
|
Slightly off topic, but I have an application using a PIC16F628A. I would like to be able to (re)program in circuit through the ICSP module. I have enabled LVP in my source code.
Is there a commonly used software application (preferably freeware) that will handle the programming to a common ICSP interface? Maybe a little serial adapter to ICSP cable + software?
Thanks
Tomas |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
tstein
Joined: 02 Aug 2005 Posts: 8
|
Almost... |
Posted: Tue Aug 02, 2005 4:48 pm |
|
|
Thats about what I had in mind (hardware + software), but I would still be interrested in tracking down a serial or USB solution versus the parallel method used for the Trivial LVP.
I'm not totally opposed to a commercial solution.
Tomas |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Aug 02, 2005 5:18 pm |
|
|
If you're going to run off USB, then why not use the Microchip ICD2
or CCS ICD as a programmer ? I use the ICD2.
They don't use Low Voltage Programming. They use high voltage on MCLR.
See the followng thread and look at the many links on it.
See the discussion about the modular jack vs. 6-pin header.
http://www.ccsinfo.com/forum/viewtopic.php?t=20828&highlight=header |
|
|
MikeValencia
Joined: 04 Aug 2004 Posts: 238 Location: Chicago
|
|
Posted: Wed Aug 03, 2005 6:30 am |
|
|
I've been trying for a long time now to find freeware to download so that I can get an ICD-2 to work with a Linux workstation. I haven't found any, and the complaint i've seen is that it is hard to figure out the ICD2, its USB interface, etc., since Microchip does not open up the code to the public.
I'm going to see difficulty in what you're trying to do, so you are better off with a commercial solution.
You'd probably want to do a bootloader app instead. |
|
|
adrian
Joined: 08 Sep 2003 Posts: 92 Location: Glasgow, UK
|
|
Posted: Thu Aug 04, 2005 6:07 am |
|
|
MikeValencia wrote: | You'd probably want to do a bootloader app instead. |
How can you tell which devices are suitable for use with bootloaders?
Because I don't think the 16F62x family can be used with them? |
|
|
|