Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why FDS_CRC_CHECK_ON_WRITE and FDS_CRC_CHECK_ON_READ are 0 by default

Hi,

I would like to know why FDS_CRC_CHECK_ON_WRITE and FDS_CRC_CHECK_ON_READ are 0 by default in the sample code.
I think it's better to set it to 1 by default for write reliability.

Best regards,Hiroki

  • Hi Hiroki,

    FDS CRC checking has been off by default in most examples since the start. I do not have information about why that choice was made, unfortunately. If you want it (for safety) and do not mind that it adds more CPU processing, then you can enable it in sdk_config.h and it will work out of the box.

    Einar

Related