2022-06-27 08:55 AM
I'm trying to upgrade the FUS and wireless stack version on my STM32WB55 Nucleo board via ST-LINK using STM32CUBE Programmer GUI tool and seeing this error message FUS_STATE_IMG_NOT_AUTHENTIC. I'm using "STM32WB5x\stm32wb5x_FUS_fw.bin" to upgrade the FUS version.
Any suggestions to resolve this issue?
Solved! Go to Solution.
2022-06-28 03:03 AM
Hello,
In order to update the FUS from v0.5.3 on STM32WB55, you should use this binary stm32wb5x_FUS_fw_for_fus_0_5_3.bin. You can look this wiki page which describes how to update the wireless firmware.
Best Regards
2022-06-28 03:03 AM
Hello,
In order to update the FUS from v0.5.3 on STM32WB55, you should use this binary stm32wb5x_FUS_fw_for_fus_0_5_3.bin. You can look this wiki page which describes how to update the wireless firmware.
Best Regards
2022-06-28 07:08 AM
Thank you Remy. It works now.