Hi,
I use the FDS on our project firmware.
The firmware saves some configurations to FDS at shutdown and the factory reset.
At this time, sometime fds_gc() does not call the user handler. (freq = 3/100)
Are there some known bugs?
or
Do you know any informations?
environment:
- SDK15
- nRF52840
- use Softdevice (use peer manager)
- FDS_VIRTUAL_PAGES 5
- FDS_VIRTUAL_PAGE_SIZE 1024
- FDS_BACKEND 2
- FDS_OP_QUEUE_SIZE 8
- FDS_CRC_CHECK_ON_READ 0
- FDS_CRC_CHECK_ON_WRITE 0
- FDS_MAX_USERS 8
- NRF_FSTORAGE_PARAM_CHECK_DISABLED 0
- NRF_FSTORAGE_SD_QUEUE_SIZE 4
- NRF_FSTORAGE_SD_MAX_RETRIES 8
- NRF_FSTORAGE_SD_MAX_WRITE_SIZE 4096