matter door lock flash space problem

I am developing a matter door lock. After adding our own application code, the space is very tight. Can these two data areas be moved to external flash?

factory_data:
  address: 0xf7000
  size: 0x1000
  region: flash_primary
settings_storage:
  address: 0xf8000
  size: 0x8000
  region: flash_primary

Related