STM32WB55 FUS update issue
I just received STM32WB55 Nucleo pack.
I'm going through the instructions in Projects/STM32WB_Copro_Wireless_Binaries/Release_Notes.html.
All going fine until I get to step 4:
0x20030030 : 00050300 : FUSv0.5.3 => Must be updated using STEP 5.
Next I run
STM32_Programmer_CLI.exe" -c port=usb1 -fwupgrade stm32wb5x_FUS_fw.bin 0x080EC000 firstinstall=0
FUS update tries twice and ends with
FUS status is FUS_IMAGE_NOT_AUTHENTIC
Error: Firmware not authentic!
Googling shows me MANY other people have had this problem, with apparently no resolution from ST. Oh, well I press on and check the FUS:
0x20030030 : 01000200 - looking OK.
STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade stm32wb5x_BLE_Stack_fw.bin 0x080CB000 firstinstall=1
and it ends with
Firmware Upgrade Success
I have the full log I could attach - what is with the "FUS status is FUS_IMAGE_NOT_AUTHENTIC" error ?