BLE stack uploading issue
Hello All,
I am reaching out to seek assistance regarding an issue I encountered while attempting to upload the BLE stack to my STM32WB device using the STM32 Cube Programmer. Below is the sequence of commands I executed:
STM32_Programmer_CLI.exe -c port=usb1 -fwdelete
STM32_Programmer_CLI.exe -c port=usb1 -r32 0x20030030 1
STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade stm32wb5x_FUS_fw_1_0_2.bin 0x080CB000 firstinstall=0
STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade stm32wb5x_FUS_fw.bin 0x080CB000 firstinstall=0
STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade stm32wb5x_BLE_Stack_full_fw.bin 0x080CB000 firstinstall=0
Unfortunately, when executing the final command, I encountered the following error:
Error: failed to download Segment[0]
Error: failed to download the File
Error: Failed to download image!
I have successfully executed the prior steps without issues. However, the BLE stack upload process is failing, and I would appreciate your guidance on resolving this error.
If there are any additional steps, configuration checks, or alternative procedures you would recommend, please let me know. I am happy to provide any further information if needed.
Thank you for your time and assistance. I look forward to your response.
