please I am beginner ..
when I want to program the atmega-8L on the programmer ,the message apeares , it requires the calibration byte .
what is the byte calibration and what is its value.
thanks again.
please I am beginner ..
when I want to program the atmega-8L on the programmer ,the message apeares , it requires the calibration byte .
what is the byte calibration and what is its value.
thanks again.
Presumably it's similar to the calibration word in small PIC's?, as such it's stored inside the chip, placed there during testing at the factory. Your programmer 'should' automatically read and restore the calibration byte as you erase or write the chip - it's actual value will vary depending on the specific chip, that's why it's called a 'calibration' byte.
The datasheet for the device should tell you where it's stored, for PIC's it's the highest word in program memory.
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
thnk you
but the message which apeares when I program atmega-8 by the programmer ,don't apeare on when I program Pic (e.g pic16f..)
Depends if you use a PIC that has a calibration byte?, such as the 12F675, and it might save and restore it without even telling you.Originally Posted by kasser
But like I said before, read the datasheet for the chip, and see where it's stored - if you've already wiped it, then you need to find some way of recalibrating it.
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Are you refering to the signature byte? The calibration byte is not required for programming, perhaps you're refering to the signature byte? In which case your programmer is telling you you've set it up to program the wrong type of device. What hardware and software are you using for programming ? On the AVR series the configuration bytes are read only as they're OTP fuses tripped during manufactoring, I've heard of a few issolated cases of these fuses becoming corrupted but it is extremely rare.
"Because I be what I be. I would tell you what you want to know if I
could, mum, but I be a cat, and no cat anywhere ever gave anyone a
straight answer, har har."
This is the third time I've seen you post this question. Was the answer you received yesterday on avrfreaks lacking in some aspect?
[edit]Should we believe that your $1500 programmer came without instructions?[/edit]
Last edited by mneary; 8th May 2007 at 10:36 PM.
the software is avr studio.Originally Posted by Sceadwian
the programmer is all-11a.
the mcu is atmega-8L.
thank you for all
Have you looked through the ATmega8 Data Sheet? There should be section on calibration of the internal clock, and pretty much anything else. I've only done Attiny13L and Attiny2313L, haven't calibrated anything. Believe there is an Appnote on the Atmel website concerning this as well.