Hello,
I currently have an issue with programming my atmega328P. I want it to run at a 3.3v usage at 8MHz although I cannot figure it out. I currently have a boards file with these two entries
pro.name=Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega328
pro.upload.protocol=arduino
pro.upload.maximum_size=30720
pro.upload.speed=57600
pro.bootloader.low_fuses=0xFF
pro.bootloader.high_fuses=0xDA
pro.bootloader.extended_fuses=0x05
pro.bootloader.path=atmega
pro.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
pro.bootloader.unlock_bits=0x3F
pro.bootloader.lock_bits=0x0F
pro.build.mcu=atmega328p
pro.build.f_cpu=8000000L
pro.build.core=arduino
pro.build.variant=standard
######################################################################
atmega328.name=Arduino Duemilanove w/ ATmega328
atmega328.upload.protocol=arduino
atmega328.upload.maximum_size=30720
atmega328.upload.speed=57600
atmega328.bootloader.low_fuses=0xFF
atmega328.bootloader.high_fuses=0xDA
atmega328.bootloader.extended_fuses=0x05
atmega328.bootloader.path=atmega
atmega328.bootloader.file=ATmegaBOOT_168_atmega328.hex
atmega328.bootloader.unlock_bits=0x3F
atmega328.bootloader.lock_bits=0x0F
atmega328.build.mcu=atmega328p
atmega328.build.f_cpu=16000000L
atmega328.build.core=arduino
atmega328.build.variant=standard
The arduino duemilanove is what I have and i use the atmega328p and I want it to function like an arduino pro mini at 3.3v at 8MHz although i don't know what kind of board entires to use.
I also have been getting this error quite often
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
so I would like to get that all figured out