How to get rid of AVRDUDE in Leonardo

I have Arduino: 1.8.19 on Windows 7 pro
The board is a Leonardo has worked well.

Lately I uploaded a sketch, in which I reset a time delay entry from :
analogWrite(redPin,bright/64); to analogWrite(redPin,bright/0);
(devision by zero), as expected it can't cope with this and stopped in its tracks.
Ok that's fine--> Ill just change zero back to an int and re-Upload.
But Nothing worked anymore.
To get the Leonardo board the accept Uploads again, I hit the reset button rapidly multiple times during Upload. (was also complaining about Java stuff)
After a few times, it finally accepted Uploads again.
BUT, now every time I upload a skech, I get the following: (Abreviated)


Programmer Type : butterfly
Description : Atmel AppNote AVR109 Boot Loader

Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
Device code: 0x44

avrdude: devcode selected: 0x44
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% -0.00s

avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: reading input file "C:\Users\Adrian\AppData\Local\Temp\arduino_build_777573/ReadAnalogActualVolt.ino.hex"
avrdude: writing flash (5596 bytes):

Writing | ################################################## | 100% 0.43s

avrdude: 5596 bytes of flash written
avrdude: verifying flash memory against C:\Users\Adrian\AppData\Local\Temp\arduino_build_777573/ReadAnalogActualVolt.ino.hex:
avrdude: load data flash data from input file C:\Users\Adrian\AppData\Local\Temp\arduino_build_777573/ReadAnalogActualVolt.ino.hex:
avrdude: input file C:\Users\Adrian\AppData\Local\Temp\arduino_build_777573/ReadAnalogActualVolt.ino.hex contains 5596 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.06s

avrdude: verifying ...
avrdude: 5596 bytes of flash verified

avrdude done. Thank you.


My question is:"Is there a way to get rid of this AVRDUDE stuff and go back to the original upload sequence"?

Many thanks for your help.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.