Replies: 3 comments 1 reply
-
Yes, it will be paused. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for taking the time to answer so quickly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks again, good to know. Looks like the solution has to be an external eeprom chip :-( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
At: https://arduino-pico.readthedocs.io/en/latest/multicore.html#core-1-operation
It says: "By default, core1 (the second core) has no non-user written code running on it.
No interrupts, exceptions, or other background processing is done
(but the core is still subject to hardware stalls due to on-die memory resource conflicts).
When flash erase or write operations (i.e. LittleFS or EEPROM) are called from core0, core1 will be paused."
My question is: Is this the case even if I'm running core1's main loop() from ram?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions