Hi,
Is it possible to use the Zephyr settings storage subsystem to store data in external flash?
We are dealing with some internal flash space issues and are trying to see if we can offload the "settings_storage" partition we currently have in internal flash to be stored in the external flash (using the MX25R32 flash device)
I tried updating our pm_static.yml file to define the parition like so:
settings_storage: { address: 0xf8000, device: MX25R32, region: external_flash }