STM32WB55 how to upgrade FUS throw OTA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-23 3:58 AM
Hi !
I want to update FUS by OTA.
In AN5185, #3.1 FUS Upgrade/Operation instructions is writed:
"Write the FUS image in the user Flash memory at the address indicated in the FUS image directory readme.txt file."
But this address is 0x080EC000, and it is in an inaccessible place for user.
Question: what is a right address where to write FUS image for upgrade ?
Or can it be subtracted from the value of SFSA the number of pages of firmware fus (0xCC - 0x6) ?
- Labels:
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-24 11:09 AM
Hei !
Is there any member of the STM employee ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-25 8:02 AM
Indeed you cannot write it anywhere as there is a projected area where the current FUS and RF stack are already installed.
So the best it to load it at SFSA - Code size or at 0x08007000 just above the OTA application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-25 8:06 AM
Hi, Remi.
I assumed that this should be done, but since it has not been written about anywhere, I asked you as a successful specialist.
Your answer is comprehensive.
Thanks!
