filesystem threadsafe? #16831
-
Hi! I'm periodically writing files to the filesystem on core0 on a rp2350 while listing and reading files in a second thread on core1. Most of the time it works but now I got an |
Beta Was this translation helpful? Give feedback.
Answered by
PepperoniPingu
Feb 27, 2025
Replies: 1 comment
-
Yes that seems to have been the problem. Wrapped all the functions I need with a lock as below and haven't run into any issues.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PepperoniPingu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes that seems to have been the problem. Wrapped all the functions I need with a lock as below and haven't run into any issues.