Hi everyone
Please help me upload sketches to atmega32apu
I could burn bootloader by mightycore and uno board but nothing other!!
The error code is attached:it's end is:
An error occurred while uploading the sketch
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f
avrdude: Expected signature for ATmega32 is 1E 95 02
Double check chip, or use -F to override this check.
avrdude: Device signature = 0x1e950f
avrdude: Expected signature for ATmega32 is 1E 95 02
This looks like you forgot to set the "port" to the USB/Serial connected to the new ATmega32 after programming it with the Uno. At least, the signature 1E 95 02 matches an ATmega328p, so the upload software thinks it is talking to an Uno.
(I guess this could have happened as a result of programming the wrong bootloader .hex file as well, but that should be unlikely if you're using the published core.)