Windows · Beta
Windows setup & troubleshooting
Two one-time hurdles can come up the first time you run Block Designer and flash a board: the unsigned build is blocked on first run, and the ST-LINK needs its USB driver set up. Both are quick — this page walks through each.
1. First run blocked by Windows
Block Designer isn't code-signed on Windows yet, so Microsoft Defender SmartScreen shows a blue “Windows protected your PC” warning the first time you run it. The clip below shows the whole flow, start to finish:
block_designer.exe and getting past SmartScreen
with More info → Run anyway.
Step by step:
- If your browser warns about the download, choose Keep / Keep anyway.
- Extract the zip and double-click
block_designer.exe. - On the SmartScreen dialog, click More info, then Run anyway.
You'll only need to do this once.
2. “Debug probe could not be created” when flashing
The ST-LINK is detected but won't open — on Windows this is a USB driver issue. Block Designer's flasher needs the WinUSB driver bound to the ST-LINK. The clip below shows the whole fix in Zadig, start to finish:
Step by step:
- Download Zadig.
- Plug in your board, run Zadig, and pick the ST-Link device from the list.
- Choose WinUSB as the target driver and click Replace Driver.
- Reconnect the board and try flashing again.
More detail in the probe-rs setup guide.
Still stuck? Open a discussion or file an issue — happy to help.