SPIFFS in STM32L071(6K file system)? Or any other file system
Hi! I want to have a file system on my EEPROM memory, that would be power resilient and take care of wear-leveling. I understand there are two major systems out there, SPIFFS and LittleFS, but I only find examples on ESP8266, nothing for L0 series. I tried to port SPIFFS myself, but I get Hard_Faults trying to write the file, I guess I configured it wrong, or it's something else. Any idea? Or maybe someone can recommend me something else? It can't be FIFO file system, since it won't be used just for logging.
