My project as above.
I'm developing my code in nrf52832,with nrf SDK v17.0.0.
I try to add some customized params by FDS so that I can get them after the next run.
The function global_params_init() used to do it.
In the line 1891,I used fds_add() that defined myself to do fds_record_write().
I get log as follow:
The warning information that APP_PARAMS WRITING be output before fds_record_write().
But the expected output not happened that should run when FDS_EVT_WRITE.
So I guess that have something I need to change.But I can't find it.What should I do?