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

SDK15.2 fds write operation problem

Hi Nordic,

    A problem was found with the SDK15.2 write operation. If the write size is equal to 12000 bytes, the system will return an invalid operation length error.

But this write length is uint32_t .

If you change the write length to 6000 bytes, you can write successfully.So what is the cause of this?

Looking forward to your reply!

Related