Restarting Arduino Mega

Hello all, when I restart my Arduino mega and run my code it takes a while the first time running it to read some of the code that is at the bottom of my program. It almost seems like the Arduino has to relearn the code every time. is there any way to have the Arduino learn the code so there is not such a long run time after restarting.

That's not the case.

Please post your code. Use code tags.

There is a delay after you reset the Arduino before your code begins to run. This is because the bootoader is waiting to see if you are uploading new code.

Hello all, What would be the most efficient way to burn the bootloader on an Arduino to reduce the delay?

What delay?
Delay in burning the bootloader?

@mbanks ,

Your new question is clearly a follow up to your first question, please do not keep starting new topics for each new question. Clearly the details of the first question are relevant to the second.

Thank you

How long is a while?

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