2022-06-09 05:05 AM
Hello,
The MCU used in our project is STM32WBCEU (LQFP48).
I am going to download the BL stack binary in the form of Firmware Upgrade through STMProgrammer >> FUS page.
The problem is that I face a "Wrong address" error.
Where can I find the Start address for my MCU???
It should be noted that its the first install.
hank you very much in advance for your response.
Solved! Go to Solution.
2022-06-09 05:27 AM
STM32B55CEU is a 256KB variant.
So you can get the address in the Release_Notes.html file located here:
STM32Cube_FW_WB_VX.Y.Z\Projects\STM32WB_Copro_Wireless_Binaries\STM32WB5x
There is a Firmware Upgrade Services Binary Table that provides Install address for the targeted binary to be used in flash procedure.
2022-06-09 05:27 AM
STM32B55CEU is a 256KB variant.
So you can get the address in the Release_Notes.html file located here:
STM32Cube_FW_WB_VX.Y.Z\Projects\STM32WB_Copro_Wireless_Binaries\STM32WB5x
There is a Firmware Upgrade Services Binary Table that provides Install address for the targeted binary to be used in flash procedure.