View previous topic :: View next topic |
Author |
Message |
W_Schauberg
Joined: 17 Sep 2009 Posts: 16
|
Burning 16F1828 on picdem |
Posted: Tue May 20, 2014 6:02 am |
|
|
Is it possible to burn 20 pin chip on 28 stand of picdem plus board ?
MPLAB 8, ICD2
Regards ! |
|
|
W_Schauberg
Joined: 17 Sep 2009 Posts: 16
|
|
Posted: Tue May 20, 2014 7:24 am |
|
|
forget it, this pic is not supported by icd2 |
|
|
W_Schauberg
Joined: 17 Sep 2009 Posts: 16
|
|
Posted: Tue May 20, 2014 7:32 am |
|
|
Which chip is pin to pin compatible with 16F1828 ? |
|
|
jgschmidt
Joined: 03 Dec 2008 Posts: 184 Location: Gresham, OR USA
|
|
Posted: Tue May 20, 2014 10:46 pm |
|
|
See my answer to your later post. PICDEM Plus is not for 20-pin chips so I'm pretty sure it's not going to work. Recommend you get a PicKit2 and an ICSP connection for programming of your PICs. At $40 or so it's one of the simplest, cheapest and best programmers around. It doesn't support some of the newer chips and I use the ICD-U64 from CCS for those. _________________ Jürgen
www.jgscraft.com |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Wed May 21, 2014 12:47 am |
|
|
You can program the chip with a Picdem 2 plus, but you have to make your own adapter (there may well be one available).
The key point to understand is that the Picdem 2 plus, is not a general programmer. It is a experiment board, which supports "many 18, 28, and 40pin PIC's".
The software with the ICD does support programming the chip, and all you need to do is make the ICSP connections to the correct pins on the chip.
The same limitation would apply to any other 20pin chip. |
|
|
W_Schauberg
Joined: 17 Sep 2009 Posts: 16
|
|
Posted: Tue Apr 28, 2015 10:07 am |
|
|
I am sorry for so late reply. The project was on the hold for some time and now we will finally start with it. Anyhow, you have mentioned that ICD2 can be used for PIC16F1828. Are you sure ?
I am asking this because of this bold part:
http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=dv164005
Funny part is that i can not find the support list that i have read before.
If you are sure i can program this chip with ICD2 and PICDEM i will make the adapter board.
btw. i need to connect just the programming pins or do i need to connect something else ?
Last edited by W_Schauberg on Tue Apr 28, 2015 10:40 am; edited 1 time in total |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Apr 28, 2015 10:37 am |
|
|
Start up MPLAB vs. 8.92, go to the Configure menu and select 16F1828.
The Configure menu will show you what programming tools support the PIC.
MPLAB-X does not support the ICD2. You must use MPLAB vs. 8.92. |
|
|
|