Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Upload code, then no start (Read 985 times)
herve
Newbies
*
Offline


Posts: 8
Joined: Oct 10th, 2020
Upload code, then no start
Dec 24th, 2021 at 11:02am
Print Post  
Hello,

Is there an option to update the code in an arduino WITHOUT systematically starting the code immediately after, I just want to upload?

Thanks.

Hervema
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Upload code, then no start
Reply #1 - Dec 24th, 2021 at 3:44pm
Print Post  
All micro controllers start when power is connected, they do not have a mode that has program and power but the progrem does not run.

You can add code to the setup to prevent it from working until a time period has passed or a button is pressed or serial received etc.

Does this help or have I misunderstood?
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint