Enable both FCB and LittleFS at the same time

Hi support team,

I'm currently developing a project that requires enabling FCB (for dps to Azure IoT Hub) and LittleFS to store data on an external flash. However I cannot enable both due to the flash map is defined like this:

My LittleFS configuration fails as the CONFIG_SETTINGS_FCB is enabled instead and not both:

Is there a way to enable both?

Best regards,

Nils

Related