Author |
Topic |
|
gameromz
USA
18 Posts |
Posted - 07/23/2008 : 17:23:49
|
need info on adding a microcontroler pic 12f615 to the devices list, is this possible. |
|
Reply #1
ZLM
2945 Posts |
Posted - 07/23/2008 : 19:04:50
|
Try this line:
Name="PIC12F615",ID="29219",Class="PIC16FXXX",Category="MCU",MFG="Microchip",CodeSize="2048",Package="DIP8",Speed="5",BEGPRG_COMMAND="8",ENDPRG_COMMAND="",BEGERASECHIP_COMMAND="",PRG_MODE="1",CFGByteLabel="- - - - BOREN1 BOREN0 IOSCFS CP MCLRE PWRTE WDTE FOSC2 FOSC1 FOSC0";
let me know if this works. |
|
|
Reply #2
gameromz
USA
18 Posts |
Posted - 07/23/2008 : 19:58:53
|
will let you know, be 2-3 days before my chips get here. |
|
|
Reply #3
gameromz
USA
18 Posts |
Posted - 07/28/2008 : 18:30:14
|
got my chips in today and id check fails
you had ID="29219" and it should be ID="29218"
after i change that it works. |
Edited by - gameromz on 07/28/2008 18:57:28 |
|
|
Reply #4
gameromz
USA
18 Posts |
Posted - 07/28/2008 : 19:04:31
|
getting
VERIFY FAILED, ADDRESS=0x000000, Device=0x3f, Buffer=0x28
|
|
|
Reply #5
ZLM
2945 Posts |
Posted - 07/30/2008 : 13:53:33
|
The ID should be "29218". Once you got the ID, then the basic communication between chip and the programmer setup is correctly.
Try this:
Name="PIC12F615",ID="29218",Class="PIC16FXXX",Category="MCU",MFG="Microchip",CodeSize="2048",Package="DIP8",Speed="5",BEGPRG_COMMAND="18",ENDPRG_COMMAND="A",BEGERASECHIP_COMMAND="9",PRG_MODE="1",CFGByteLabel="- - - - BOREN1 BOREN0 IOSCFS CP MCLRE PWRTE WDTE FOSC2 FOSC1 FOSC0";
How about slowdown the speed? |
|
|
|
Topic |
|
|
|