Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sometime fds_gc() does not call the user handler.

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

Parents Reply
  • Hello,

    From my understand you have also been in contact with my colleague Zou-san. We are not able to recreate your issue at the moment. 

    We will need a (simplified test) project from you that we can run on a nRF52840-DK to recreate your issue here, can you please arrange that for us?

    Our FreeRTOS expert is back on Monday, he can look at your project then. Also please send us your system_nrf52.c file in your project so we can check that you have a workaround for errata_108().

    Best regards,
    Kenneth

Children
Related