I have followup question to the one asked in this thread:
I'm also using the device manager in DFU so that I need both the pstorage_raw and pstorage functions. However, I'm seeing behavior where the pstorage_callback is not always called.
According to the answer in the thread below, I should upgrade pstorage from the SDK 8.0.0 version I'm using to 9.0.0+.
However, the later versions break up the pstorage into pstorage.c and pstorage_raw. What is the best solution for using the device manager and the DFU code in one project?