ESP32 memory corruption

This page summarizes the projects mentioned and recommended in the original post on /r/esp32

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • arduino-esp32

    Arduino core for the ESP32

  • I use a ESP32-WROOM-32E-N16 (16 MB SPI flash) with default_16MB.csv partitions table from https://github.com/espressif/arduino-esp32/tree/master/tools/partitions. I need to store multiple files in SPIFFS memory (html for webserver and log file). For that, I use Arduino SPIFFS.h library for ESP32 and it works well until it doesn't work... I get the error : [E][vfs_api.cpp:301] VFSFileImpl(): fopen(/spiffs/log/logFile1.txt) failed. The file exist but I can't open it, and this even if I shutdown the ESP32. I can make it work again only if I reset it with my ESP-Prog board.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts