USB dongle CLI firmware doesn't work
I couldn't get the CLI application running on the P-NUCLEO-WB55.USBDongle. I updated the FUS firmware according to ../STM32WB_Copro_Wireless_Binaries/Release_Notes.html and installed the stm32wb5x_Thread_FTD_fw.bin on CPU2. The FUS update exited with:
FUS status is FUS_IMAGE_NOT_AUTHENTIC
Error: Firmware not authentic!
but STM32_Programmer_CLI.exe -c port=usb1 -r32 0x20030030 1 does return the right code (01000200). Flashing the stm32wb5x_Thread_FTD_fw.bin was successful. However, when I flash the ..\STM32Cube_FW_WB_V1.3.0\Projects\P-NUCLEO-WB55.USBDongle\Applications\Thread\Thread_Cli_Cmd\Binary\Thread_Cli_Cmd_reference.hex binary, the system doesn't seem to work. Windows is not able to detect the USB device. Error 43 (Device descriptor request error). The same procedure on the Nucleo64 (with the correspondig binary) worked fine and the CLI is available trough the ST-Link VCP.