I have a device built on the Atmega328P (16 MHz, 5V) controller
I use the Arduino IDE platform and as a programmer for Atmega328P I use the Arduino UNO board. I can easily write new sketches to the controller.
In order to save energy, I want to switch to a frequency of 8 MHz. My settings: TOOLS -> Arduino Pro or Pro Mini, Atmega328P (8 MHz, 3.3V).
The sketch does not load with a 16 MHz oscillator, and also with a 8 MHz oscillatorr.
avrdude: stk500_getsync () attempt 1 of 10: not in sync: resp = 0x00
avrdude: stk500_getsync () attempt 2 of 10: not in sync: resp = 0xe0
avrdude: stk500_getsync () attempt 3 of 10: not in sync: resp = 0xe0
avrdude: stk500_getsync () attempt 4 of 10: not in sync: resp = 0xe0
avrdude: stk500_getsync () attempt 5 of 10: not in sync: resp = 0xe0
avrdude: stk500_getsync () attempt 6 of 10: not in sync: resp = 0x00
avrdude: stk500_getsync () attempt 7 of 10: not in sync: resp = 0xe0
avrdude: stk500_getsync () attempt 8 of 10: not in sync: resp = 0x00
avrdude: stk500_getsync () attempt 9 of 10: not in sync: resp = 0x00
avrdude: stk500_getsync () attempt 10 of 10: not in sync: resp = 0xe0
An error occurred while loading the sketch.
Help me download the sketch. Thank you in advance.
Sorry for the poor computer translation.