Hi,
We have a product running on 833 in production.
Recently we noticed that our flash is running low.
To amend this, we wish to downsize the amount of FDS_VIRTUAL_PAGES (currently 17) that we have given the app.
Before testing with DFU, I have simply tested this on a device without a bootloader.
After the first init with 17, and then rehexing after downsizing FDS_VIRTUAL_PAGES to 12, I consistently receive FDS_ERR_NO_PAGES on fds_init().
When raising FDS_VIRTUAL_PAGES, even without erasing, I stop receiving the error, and fds_init terminates correctly.
Is there a way to downsize the flash pages for our prod boards?
Thanks!
Roi