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

Updating Bootloader to Bootloader Which Preserves App Data

I've recently tried add App Data (pstorage) to my Application. Thus I want to preserve this data over DFU Updates. To do this I updated my Bootloader to reserve App Data during the process via

dfu_types.h #define DFU_APP_DATA_RESERVED 0x0400

However when I update from the old Bootloader to the new Bootloader our board completely bricks. Are there any other steps I need to take to instruct the SoC to handle memory? If I merge and program the new Bootloader and App, everything works fine and I can switch into the Bootloader without issue. Its only when I update from the old Bootloader to New Bootloader. Thanks in advance for the help on this.

Regards,

DC

p.s. using SDK 6.2 S110 7.1

Related