Menu
JAQForum Ver 19.10.27

Forum Index : Windmills : "OPTION AUTORUN ON" disappears

Posted: 11:10am
22 Sep 2024
Copy link to clipboard
v.lenzer
Regular Member

Has this happened to other users too, that the option "autorun on" disappears? This is of course unpleasant because then the entire circuit fails.
If the problem is already known, is there a solution?

(PicoMite MMBasic Version 5.08.00 on RP2040)
 
Posted: 09:53pm
22 Sep 2024
Copy link to clipboard
phil99
Guru


  Quote  the option "autorun on" disappears...If the problem is already known, is there a solution?
My understanding is it isn't a problem, it is a deliberate escape mechanism.
People have encountered problems when a program crashes and causes a reboot. The Pico gets stuck in an endless cycle of crash - reboot - autorun - crash from which there is no escape other than using clear-flash.
By removing autorun it reboots to the prompt so you can fix the problem without loosing everything.

If you want to override this add this Sub to the start of the program.
Sub MM.Startup
 Pause 2000 'An opportunity to use Ctrl-C should there be a reboot loop problem.
 RUN
End Sub

Edit.
More people would see your post if it was on the "Microcontrollers and PC projects" page.
Edited 2024-09-23 09:25 by phil99
 
Posted: 08:01am
24 Sep 2024
Copy link to clipboard
v.lenzer
Regular Member

Thank you for the explanation! I will add the sub.

I have no idea how I got into the "Windmill thread". What do I have to do to change that? I'm afraid only the admin can do that. If that's the case, I would ask the admin to move this thread to the Microcontroller forum.
 
Posted: 08:31am
24 Sep 2024
Copy link to clipboard
phil99
Guru


  Quote  I have no idea how I got into the "Windmill thread".
This may have happened by selecting "Start new thread" while in "Active Topics". Windmills is the first in the Forum Index list so that is where your post went.

Next time go to Forum Index and open Microcontrollers before starting a thread.

As for moving a thread, I am not sure even admin can do that.
 
Posted: 09:07am
24 Sep 2024
Copy link to clipboard
v.lenzer
Regular Member

Thank You! Next time I will watch out.
 


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025