-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
LittleFS.format(): task_wdt: delete_entry(233): task not found #9912
Comments
You probably need to put a delay in loop() or else delete it with |
Adding arduino-esp32/libraries/LittleFS/src/LittleFS.cpp Lines 106 to 109 in 0ef2986
|
Beside the fact the function call
|
I'm aware of This was working fine with FFat but I'm trying to move to LittleFS. |
@yoursunny LittleFS is the smallest of your migration challenges. NimBLE Arduino will not work for the new MCUs (C6 H2). See #9836 |
NimBLE is unrelated to this. |
Any update on this? Running into the exact same issue. I want to be able to remove all local stored files for a factory reset, though failing on ESP32 now... |
Hello, Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket. Thanks. |
Board
ESP-C3-32S-Kit
Device Description
Datasheet: https://docs.ai-thinker.com/_media/esp32/docs/esp-c3-32s-kit-v1.0_specification.pdf
In Arduino IDE, I have selected "LOLIN C3 Pico" with "USB CDC On Boot: Disabled".
This board works correctly in other examples under these settings.
Hardware Configuration
plain module on breadboard, nothing attached
Version
latest master (checkout manually)
revision 0ef2986
IDE Name
Arduino IDE 2.3.2
Operating System
Windows 10
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
When
LittleFS.format()
is invoked, the console logs the following error:Several seconds later, the board resets due to task watchdog.
Sketch
Debug Message
Other Steps to Reproduce
I also tried on an ESP32 chip (FQBN
espressif:esp32:heltec_wifi_kit_32:UploadSpeed=921600,CPUFreq=240,PartitionScheme=default,DebugLevel=debug,EraseFlash=none
).It also emits a similar error (many times), but does not cause watchdog reset later:
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: