Hi, I'm new to this and I have attempted to take the hex file for the "Blink" program compiled in the Adruino IDE (blink.cpp.hex) and upload it to a barebones m328p via AVRDUDE (using usbtiny). Upload was successful but no blinking light!!!
I have no problem with the "blink.hex" program from Adafruit (downloaded from their site) as it downloads and works fine.
I have alternated uploading the two different "blink" files to confirm that the 328 didn't get bricked. Each time the Adafruit blink.hex file loads and runs, where as the Adruino IDE "blink.cpp.hex" file downloads successfully but nothing (no blinking) happens.
NOTE: I noticed there is a "bytes" size difference (588 vice 1588) as well, the Adafruit hex file is much smaller.
Bottom line.... I'm trying to learn how to generate the proper hex file for burning aN ATmega328 chip via AVRDUDE.
Help.!

