This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I GOT ERROR 11 when fds_init();

HI

I'm using fds and dfu at the same time with SDK15.3

but it seems that there are some ram conflict or something wrong

my main is look like this

and i get

when the code go to APP_ERROR_CHECK(rc);

I have read some issues in devzone

but i didnt get a solution

please give me some suggestion

thanks

Parents Reply
  • Is 'nrfjprog -e' command same as Erase all in nrfconnect programmer?

    and it seems that there is much space remain in flash

    by the way i set FDS_VIRTUAL_PAGES 3

                              FDS_VIRTUAL_PAGE_SIZE 1024

                              FDS_VIRTUAL_PAGES_RESERVED 0

    actually i just want to save device name and some settings that user can set in app

    may not exceed 100byte

Children
Related