Simultaneous use of LitteleFS and USBSerial #1374
Unanswered
MC-YasuhiroHirano
asked this question in
Q&A
Replies: 1 comment
-
This behavior is described in the issue because I think it is a defect. |
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, thanks for this useful software !
I'm using rp2040 with platformio.
Also, I'm using FreeRTOS.
I want to write files using LitteleFS and keyboard input using USB serial asynchronously.
However, when I try to perform this process, the program stuck on keyboard input.
I tried it in the main loop of core0 instead of asynchronous and it stuck as well.
Paste MCVE.
MCVE only writes files periodically.
Please run MCVE, connect the USB cable and repeat keyboard input through the COM port.
The program will stuck.
Is there a problem with my usage?
Are there any restrictions or precautions I need to take when using LitteleFS?
Beta Was this translation helpful? Give feedback.
All reactions