Strange set of Atmel '328 ICs...

Dave Hrynkiw
August 26, 2010

Unlike Sparkfun, who actually manage to find fake Atmel ICs, we just get strange batches.

The Atmel ATMega328 is the power behind the Arduino/Freeduino/*duino, and we have to set up a programming system to burn the venerable Arduino Bootloader into these chips.

We normally use an AVR STK500 in HVSP (high voltage serial programming) mode, as that lets us be absolutely sure the fuses are set correctly and the burn is correct. Interestingly enough, this last batch of chips refused to work with our batch files. Asking the chip's ID often returned 0x01 0x03 0X05 instead of the expected signature.

After spending a day checking to see if the programmer was broken (nope) or if the chips were fake (nope, we think), we did find that they did respond to regular old ICSP (in-circuit serial programming), but only partially.

Digging around, we found some older ATMega328 chips that worked fine, and compared them to this new batch. This troublesome batch has a date code of 1015 (15th week of 2010), and a batch code on the bottom as 9J4302 / 35473d / 1-P1015 e3.

So we re-wrote our batch file burning code to use AVRDude instead of the STK500 command-programmer, and to run it in ICSP mode on the STK500. The key addition is the "-B" part, which slows down the communication a bit. You want it as low as possible for fastest burn times. I tried a "-B 2" on both fuse & programming lines, but that really slowed the process. What's below is what we settled on.

: Set fuse bits, lock bits, voltages
.avrdude -c stk500v2 -i 20 -p m328p -P COM1 -b 115200 -B 1.8 -e -u -U lock:w:0x3f:m -U efuse:w:0x05:m -U hfuse:w:0xDA:m -U lfuse:w:0xFF:m
: Burn & Lock Arduino hex bootloader file
.avrdude -c stk500v2 -p m328p -P COM1 -b 115200 -B 1.1 -U flash:w:%HEXFILE% -U lock:w:0x0f:m

Hope that'll save anybody else from blowing better part of a day figuring out why their Atmel isn't programming normally!

MORE POSTS

December 4, 2003
Updated Minisumo/Linefollower code

Fixed a reset problem in the sumo code, turns out the a If...Then statement does not store its location on the stack. Ergo the return instruction at the bottom of the turn function was pulling a random location. Anyway a change from a return to a goto and everything is shipshape, savvy? Then download the […]

April 5, 2012
New Product, Closed for Good Friday

Fun fact: Tomorrow is Good Friday. By default, that means for the other 51 weeks of the year we experience Bad Fridays. We're not quite sure what exactly makes them so undesirable per se, but because the chance to celebrate a Good Friday comes around so infrequently, we've got to act on it, dangit. So […]

October 17, 2012
Wednesday Cool Links: Spiderbot, Solar S...

It's Wednesday! Hooray! Huzzah! We're celebrating because... Well, ok, we have nothing big to celebrate right now. So we're going to celebrate having nothing to celebrate with the traditional and only appropriate way possible... BROWSING THE INTERNET! Indeed, we've been celebrating this time-honoured tradition with steadfast dedication, and it's our pleasure to share it with […]

May 17, 2004
The 2004 Robotgames are over...

...and it was fun! Solarbotics was busy, showing off our new kits and gear motors, and shaking hands with a large number of our customers. Yeah, there weren't any "official" BEAM events, but we still had a good time running our Solarbotics-sponsored SolarSpeeder race, with the winner being 8(?) year old Devon Bateman (taking home […]

Solarbotics Ltd Logo
Solarbotics has been operating for more than 25 years, bringing electronics know-how and supplies to both the electronics professional and hobbyist. We'll be happy to help you too!

Solarbotics, Ltd. is not responsible for misprints or errors on product prices or information. For more information, please see our Terms and Conditions.

Warning: This product contains chemicals known to the State of California to cause cancer and birth defects or other reproductive harm.
Please visit www.P65Warnings.ca.gov for more information. This item was manufactured prior to August 31, 2018.