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

PStorage starts to show error 10

I have made custom compiling environment using gcc. I precompile some parts of my software and send to team members .o files what they use in their project so that they don't need to compile all the software, only the part what they do. For now it has working perfectly no errors at all. All the BLE, SPI etc parts are working. Now the problem is that if I compile the software based on the full source PStorage works fine. But if I use .o files and compile some extra to the software then PStorage write starts to return error 10. It was working before but today I started to get error 10 when writing to PStorage.

SoftDevice s110 7.0.0 SDK 6.0.0

Related