I am trying to upload some firmware into my 3d printer.
which is an Atmega1284p.
I keep getting this message:
Sketch uses 126186 bytes (97%) of program storage space. Maximum is 130048 bytes.
Global variables use 6301 bytes (38%) of dynamic memory, leaving 10083 bytes for local variables. Maximum is 16384 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega1284p -carduino -PCOM3 -b115200 -D -Uflash:w:C:\Users\TiyQu\AppData\Local\Temp\arduino_build_900295/Marlin.ino.hex:i
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, https://www.bossmodapk.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM3
Using Programmer : arduino
Overriding Baud Rate : 115200
Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE
Until we hear from @fahadzaidseo (suspicious username or what ?) we don't know what we are dealing with
For instance, I have a sketch that when I compile it I get the message
Sketch uses 444 bytes (1%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
but that does not mean that there is anything wrong even though the sketch appears to do nothing