Hello, everyone, when I call err_code = fds_record_update(&record_desc, &record), I sometimes get an error: FDS_ERR_NO_SPACE_IN_FLASH.
Therefore, when this error occurs, I call fds_gc().
But the problem is that at this time it will appear app_error_fault, as shown in the figure.
Is this situation due to insufficient stack?
I tried to change the stack from 8192 to 10240 and the problem did not occur. Is it the correct solution?
nRF52 SDK 17.0.2