Hi,
Dear,I have a question about Fstorge and Bootloader.If my app layer calls the Fstorge API to store some data, will the data saved by the Fstorage API be erased when using Bootloader to upgrade bluetooth app?
Thanks.
Hi,
Dear,I have a question about Fstorge and Bootloader.If my app layer calls the Fstorge API to store some data, will the data saved by the Fstorage API be erased when using Bootloader to upgrade bluetooth app?
Thanks.
Hi,
There is no problem using Fstorage to store data in flash, but then you must make sure that the bootloader knows about this so that it can stay away from it during DFU upgrades. If not, the bootloader may erase the flash pages and use it for temporarily storing incoming images when doing dual bank updates. To fix it you need to do the following:
Hi,
There is no problem using Fstorage to store data in flash, but then you must make sure that the bootloader knows about this so that it can stay away from it during DFU upgrades. If not, the bootloader may erase the flash pages and use it for temporarily storing incoming images when doing dual bank updates. To fix it you need to do the following: