Hi DevZone !
I have a problem with the FDS library. I am using it to store configurations of my nRF52840 that I read every time the chip resets I will write in that only few time when I want to change those configurations. The problem is that once in a while, when a reset occur (because of an electric transient or a watchdog), the chio (nRF52840) goes to reset mode. I debugged it and it appears to reset while entering in the fds_record_find so I suspect a corruption of data. I am using the following SDKs:
nRF5_SDK_15.0.0_prf
nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac_min
I would appreciate if you have some clues on how to resolve this issue.
Thank you,
Joel