Hello,
In my application I'm using SDK 8.1 with the s110 SoftDevice. In the new version, the pstorage modules have been separated and you need to choose between them.
As I need full control over the flash memory, I'm using the pstorage_raw
but I want to have the Device Manager capabilities for bonding with a static passkey.
The problem I found is that Device Manager uses the normal version of pstorage, which I can't include on my project because now they conflict.
What should I do?