hi guys im using nrf51822 board sdk10 s130. i want to use pstorage to store some data that could be preserved even after resetting the chip or after dfu. I have gone through the infocenter page for 'Persistent storage Manager' for sdk10 and followed the api as mentioned there. Also, i have made #define DFU_APP_DATA_RESERVED 0x0800 to reserve 2 pages for the app data in the dual bank dfu project and in my project in pstorage_platform.h, I have made PSTORAGE_NUM_OF_PAGES as 2. The debugger gets stuck at pstorage_store(). I am new to pstorage and trying to wrap my head around it. I am attaching the partial code here .Kindly help me find the error in this.