![]() | ![]() | ![]() |
| | |||||||
| 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 | I have run into a problem with my ATmega16 AVR. I was trying to set some fuse bits using AT prog by sending 4 byte serial instructions. What I wanted to do was set the AVR to use the external 16MHz Xtal. but now all I see is "device locked". Is there a way to salvage the avr? Please let me know of anything that I can refer to recover the ATmega16... Thanks in advance...
__________________ Bharath Bhushan Lohray. M.Sc. Electronics. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
I've locked myself out of at least one AVR chip module (Staver 24M32) by being careless. If you get your AVR fuse bits set wrong you can no longer access the chip unless you remember (or know) exactly what change you made. You have to rebuild your circuit so it matches the change and then you can reprogram it. If you did successfully program the fuse bits for 16MHz crystal, then put the crystal on the chip and it should work again. But if you managed to program it for some random oscillator type then you could cure it by trying every different osc type till you hit the right one. If you don't remember what you did then you have to set up your circuit and build a cable to reprogram it using HVSP or HVPP. PICs use the equivalent of HVSP. The moral of the story is this: Think long and hard about what you're doing before making a fuse bit change on an AVR. Be sure you understand exactly what you're changing and why. Make detailed notes on the changes you make (before you actually make them) so that if things go bad you can refer to the notes and be able to recover.
__________________ ========================= Futz's Microcontrollers & Robotics ========================= Last edited by futz; 14th April 2008 at 03:37 AM. | |
| | |
| | (permalink) | |
| Super Moderator | Quote:
| |
| | |
| | (permalink) | |
| Experienced Member | Quote:
__________________ L.Chung | |
| | |
| | (permalink) |
| Experienced Member | What if code protection has accidentally been set? The ATProg tool is able to read the signature byte of the AVR. It is able to detect that there is an ATmega16 in socket. So it the software is able to communicate with the AVR. How do i salvage the avr if the lock bits have been set? Is it normal that signature bits remain readable and the device remains nonprogrammable if the fuse bits such as oscillator is of wrong frequency? The programming existing in the AVR runs though...
__________________ Bharath Bhushan Lohray. M.Sc. Electronics. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
The erase command can return the lockbits to the unprogrammed state but also will erase the content of the AVR flash memory.
__________________ L.Chung | |
| | |
| | (permalink) |
| Experienced Member | I see the "device Locked!" message when I try an erase operation as well...
__________________ Bharath Bhushan Lohray. M.Sc. Electronics. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
__________________ L.Chung Last edited by eblc1388; 14th April 2008 at 04:16 PM. | |
| | |
| | (permalink) |
| Experienced Member | I believe you have to use High Voltage Programming to erase the Lock Bits, which also includes erasing everything else. High Voltage programming requires 12 volts, so if you are using the STK500 you will need to follow the wiring guide provided under the help section of the AVR Studio in order to setup high voltage programming.
__________________ salgat.blogspot.com |
| | |
| | (permalink) | |
| Experienced Member | Quote:
__________________ ========================= Futz's Microcontrollers & Robotics ========================= | |
| | |
| | (permalink) | |
| Experienced Member | Quote:
If one has disabled the SPIEN feature, then High voltage programming is a must to restore the AVR. On some AVRs, there is an option to allocate the RESET pin as I/O. This will also means HVP is required to restore the AVR because ISP needs the reset pin to function. Other than those situations, I think a normal low voltage ISP can perform an chip erase operation to reset the lock bits.
__________________ L.Chung | |
| | |
| | (permalink) |
| Experienced Member | I just tried an experiment to see if I can erase the AVR after I have set the lockbits. Using AVRISP, via COM1 port, but I did it on a Tiny2313 instead. 1. I set the AVR lockbits, programmed the lockbits and read back the lockbits. They match. 2. Reading AVR flash. Got mostly gibberish bytes(AVR is protected). 3. Perform a chip erase. OK. 4. Read back lockbits. Now all lockbits are cleared(unlocked). 5. Reprogram the AVR. OK.
__________________ L.Chung |
| | |
| | (permalink) | |
| Experienced Member | Quote:
__________________ ========================= Futz's Microcontrollers & Robotics ========================= | |
| | |
| | (permalink) |
| Experienced Member | to eblc1388: Yes, I was using the two resistor, parallel port programmer to programe my ATmega16. The question of using st500/ avr dragon does not arise as I do nt have them... All I will have to do is build a few of my own parallel programmer circuits... I am mighty releaved to know that the AVR can be salvaged and is not deadlocked.... :-) by the way, are there ways to get an AVR into a dead-lock?
__________________ Bharath Bhushan Lohray. M.Sc. Electronics. |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| AVR InfraRed Remote code capture project | eblc1388 | Micro Controllers | 14 | 12th April 2008 06:49 PM |
| What is a good AVR programmer with debug & HV programming? | blueroomelectronics | Micro Controllers | 19 | 13th March 2008 01:53 AM |
| CodeVision AVR Help | hitusharpatil | Micro Controllers | 12 | 22nd January 2008 04:09 AM |
| Eclipse IDE for ARM, AVR, and PIC? | linuxguy | Micro Controllers | 9 | 29th September 2007 05:13 PM |
| learning phase locked loops | Kurupt | General Electronics Chat | 1 | 27th January 2005 02:04 AM |