-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Hang when accessing filesystem if using timers/interrupts #7204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A short script causing that error is below:
It's not limited to timer callbacks. The same happens when using the sample script from #6957 with soft interrupts. |
I can confirm it is reproducible with a differet code base. I'm having issues with both pin interrupts and timers causing random hangs when writing to internal flash or external flash card on spi. Coder works fine (PID controller runs for days) without flash writes. |
I think this was fixed with #7683 |
return to using python 3.x for builds
Hi all
I have an rpi pico loaded with micropython and I have this issue detailed on the links below
https://www.raspberrypi.org/forums/viewtopic.php?f=146&t=310648
https://forum.micropython.org/viewtopic.php?f=21&t=10430
It is reproducable on current micropython by others and it seems to be a bug. Please help :)
The text was updated successfully, but these errors were encountered: