Search found 1 match
- Fri Jul 16, 2021 10:47 am
- Forum: ESP32 Arduino
- Topic: LITTLEFS reads slower on one core than the other? How to fix?
- Replies: 0
- Views: 2034
LITTLEFS reads slower on one core than the other? How to fix?
I am confused using an ESP32 WROVER module, attempting to retrieve files I've saved to Flash using LITTLEFS during code execution. I'm finding that the function "readFile" below takes about 240ms to retrieve a 12k file when it's called from code executing on core 0. When called from loop() (running ...