Whenever I try to upload my code to my arduino board it compiles successfully and then tries to upload but gets stuck uploading. There is no error message because it doesn't stop uploading its just gets stuck. I've tried different cables, ports, restarting computer, resetting board. None of it has worked and I have also tried to upload it on three different pc's. I even tried to see if it was the code but when I tried to upload the base arduino code that still got stuck. Can any one help?
Which arduino board do you use?
Please do not create an article in this category. THIS IS NOT ALLOWED! Move this one.
Arduino UNO R3
Do you see this in your Serial Monitor during uploading (your numbers will be different)?
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.
any time i try to upload my code to the board the code compiles and then gets stuck in the uploading process. There is no error message because its just constantly infinitely uploading. I've tried different cables as well as different computers and restarting both the board and computers. I use an arduino UNO and I was wondering if anyone could help me solve this problem
Hi @cdcoe7. I'm going to ask you to post the full output from the upload when in verbose mode.
NOTE: These instructions will not solve the problem. They are only intended to gather more information which might provide a clue that eventually leads to a solution.
Please do this:
- Select File > Preferences from the Arduino IDE menus.
- Uncheck the box next to Show verbose output during:
☑
compilation - Check the box next to Show verbose output during: ☐ upload.
- Click the OK button.
- Attempt an upload, as you did before.
- Wait until you are certain the upload process has stalled, as indicated by no new text having been printed to the "Output" panel at the bottom of the Arduino IDE window for some time.
- Right click on the black "Output" panel at the bottom of the Arduino IDE window.
- From the context menu, click Copy All.
- Open a forum reply here by clicking the Reply button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V.
This will paste the compilation output into the code block. - Move the cursor outside of the code tags before you add any additional text to your reply.
- Click the Reply button to post the output.
I have merged your cross-posts @cdcoe7.
Cross-posting is against the Arduino forum rules. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting can result in a suspension from the forum.
In the future, please only create one topic for each distinct subject matter. This is basic forum etiquette, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
yes i get a message similar to that just different values
Follow @ptillisch instructions for getting information from the IDE.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.