I am Beginner and I need Help

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

Welcome to the forum

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

Why do you say it’s not uploading ?

This means the size of your code has exceeded the chip's memory. ere is how you can reduce the code's size: https://support.arduino.cc/hc/en-us/articles/360013825179-Reduce-the-size-and-memory-usage-of-your-sketch

What is your question? There doesn't seem to be anything wrong.

That does not seem to be the case.

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

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