Skip to main content
October 23, 2019
Question

STM32WB55 how to upgrade FUS throw OTA

  • October 23, 2019
  • 2 replies
  • 698 views

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)  ?

This topic has been closed for replies.

2 replies

October 24, 2019

Hei !

Is there any member of the STM employee ?

Remi QUINTIN
Technical Moderator
October 25, 2019

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.

October 25, 2019

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!