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

pstorage_update() not working when called before start_bootloader()

Hello iam using softdevice 110 and SDK 10.0.0, i have implimented dfu in my project, i want to update a region in EEPROM by calling pstorage_update() function before calling start_bootloader() in dfu_app_handler.c, i have written code in function dfu_app_on_dfu_evt under BLE_DFU_START event, problem is pstorage_update() is returning NRF_SUCCESS but i cant see changes in EEPROM Memory. kindly help me in this.

Thank you, Sunil Kumar

Related