![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | Thread Tools | Display Modes |
| | (permalink) | |
| Experienced Member | Quote:
Target Vdd 5.00V Target Vpp 13.42V MPLAB ICD 2Vpp 13.58V Ah!I got it.Here's the schematic I got from the guy who designed the ICD2 clone I have in hand.The Vpp is generated by a step-up booster.I don't know whether there's any similar design over the web. Regards, Alex | |
| | |
| | (permalink) |
| Experienced Member | Thanks Alex, That's a pretty clever circuit and would be great for a single voltage supply... Happy Holidays... Regards, Mike |
| | |
| | (permalink) | |
| Experienced Member | Quote:
BTW,when does the college winter break start in the U.S please? :wink:
__________________ Regards, Alex | |
| | |
| | (permalink) |
| Experienced Member | Cool, now I dont have to hunt down a transformer that could give me the 13V. I think alot of colleges were done last week, which is when I finished up. Came out with a 3.16 for the semester (which consisted of 19 credits of senior level EE courses). Which is pretty good, considering that I worked 20+ hours every week, and spent time with my woman as well.
__________________ Jeff Zimmerman To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. |
| | |
| | (permalink) |
| Experienced Member | so for that crappy programmer, how do I configure it? Which oscillator do I choose? WDT? ect..
__________________ Jeff Zimmerman To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
Oscillator HS WDT OFF Power Up Timer OFF Brown Out Detect OFF Low Voltage Program Disabled (Criticaly important) Data EE Read Protect OFF Code Protect OFF I got my PCB from a friend of my friend's.It perfectly matched into a plastic box commonly found in the market.Back then I didn't have a PIC16F877 or the A version,but some samples of PIC16LF877A.I borrowed a programmer from my friend and treated the LF as the F,Burnt the bootloader inside and it worked.I remember posting the picture somewhere in this forum. Got it!It's here: http://www.electro-tech-online.com/v...r=asc&start=15 And I have the whole project including schematics and PCB in my computer.If it can help you,I would like to share it with you guys here.This is a Protel99(SE) project,because most people here use protel.Even if someone manipulates Eagle well,he still can't get the PCB manufactured as the manufacturers use protel only.
__________________ Regards, Alex | |
| | |
| | (permalink) |
| Experienced Member | hmm...so are those the settings I would use for this programmer here: http://home.vrweb.de/~lotharstolz/st...vpc/index.html to load my bootloader to my 877A?
__________________ Jeff Zimmerman To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. |
| | |
| | (permalink) |
| Experienced Member | Could anybody here offer Jeff a site of a real ICD2 clone?I don't know which one best fits him.Thank you.
__________________ Regards, Alex |
| | |
| | (permalink) |
| Experienced Member | Hello All Heres a site I recently found. http://www.sixca.com/eng/articles/icd2_clone/index.html Its an ICD2 thats a little different then the one on STOLZ site. I've attempted to make an ICD2 on stolz site sevreal times now with no luck. Thinking my progbelm is getting the bootloader into the 16f876(A) using the LVP cable. Maybe this site will help you or someone else. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
I'll look into the link that you gave Alex
__________________ Jeff Zimmerman To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. | |
| | |
| | (permalink) |
| Super Moderator | The Config Fuses are stored in the Hex file. Just load the file and program But I don't know whether patched, A version has fuse settings integrated into hex, just set them as on picture:
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! |
| | |
| | (permalink) |
| Experienced Member | ok, I had thought the fuses were saved in the hex but i wasnt sure. Maybe there is a problem with my serial cable. I don't need my 20Mhz oscillator connected either? Also, when you select the 'A' version, the fuses and code protect stuff changes. (it looks for a range for WRT) Thanks, Jeff
__________________ Jeff Zimmerman To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. |
| | |
| | (permalink) |
| Super Moderator | No, you don't need to connect the oscilator if you are programming. The A version has slightly different fuses, try to trust settings that are stored in the hex.
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! |
| | |
| | (permalink) | |
| Experienced Member | Quote:
__________________ Regards, Alex | |
| | |
| | (permalink) |
| Experienced Member | Things are finally starting to settle down a bit. I should have some time to play with this again. I couldnt get the low voltage programmer to work. Now that school is back in session, I'm going to go bug my microcontrollers professor and see if she can load the bootloader needed for the ICD that Jay has in his sig...She has a real ICD programmer, so it should work. I'm also planning on using the modification that Alex posted as well. is there any problem with doing that? More questions will follow most likely...
__________________ Jeff Zimmerman To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. |
| | |