This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

FDS write while receive data through on_write

Hi, I'm using SDK13. I'm tring to save big size data (about 10KB) into flash when received them with 20 bytes pieces. I called fds_record_write() in NUS's data handler, and wait util it's finished, but registered fds callback never get called so the finish flag won't be set. Can any one help on this?

Related