Dongle does not show up as COM Port using BLE_TransparentModeVCP_reference.hex
I have WB55 Dongle board that someone may have programmed previously. I am trying to start it fresh and make sure it is up to date using all files from from STM32Cube_FW_WB_V1.2.0
I followed the procedure to install new FUS and BLE Stack:
- STM32_Programmer_CLI.exe" -c port=usb1 -fwdelete
- STM32_Programmer_CLI.exe" -c port=usb1 -fwupgrade stm32wb5x_FUS_fw.bin 0x080EC000 firstinstall=0
- STM32_Programmer_CLI.exe" -c port=usb1 -fwupgrade "stm32wb5x_BLE_Stack_fw.bin" 0x080CC000 firstinstall=1
Then I used the Programmer in USB mode to download BLE_TransparentModeVCP_reference.hex
All that seems to work fine.
But when I set the switch back to normal boot and plug it in, there are no lights, and no COM port is recognized. Ironically, before I did this, the device did show up on COM3, but it was also unresponsive.
What did I do wrong, or how can I figure what is wrong?