I have build a breadbord Arduino according to this tutorial
http://arduino.cc/en/Main/StandaloneEverything works fine with a 16 Mhz crystal.
Next step was to make it run at 8mhz using 3,3 Volt, so i changed the crystal to 8mhz
I can burn the bootloader using Arduino pro mini (8 mhz 3,3 V) with Atmega328
I can upload sketches
But only if I use 5V
If I use 3,3Volt I get the following error
avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0x00
avrdude: verification error; content mismatch
I have checked the fuses using avrdude:
avrdude: Device signature = 0x1e950f
avrdude: safemode: lfuse reads as FF
avrdude: safemode: hfuse reads as DA
avrdude: safemode: efuse reads as 5
I am using USBasp programmer, but i have tried Arduino as Isp with the same result
it IS a 328P-PU I am using
Any suggestions?