STM32 Bootloader • Web Serial

STM32 Web Flash

Flash a custom firmware binary to a connected STM32 running the factory UART bootloader. Plug in, connect, and program.

Disconnected
Bootloader auto-baud detects the 0x7F init byte.
Must be 4-byte aligned for write operations.
Select a file, typically firmware.bin
Send GPIO sequence RTS high → pulse DTR → RTS low. Wire RTS to BOOT0 and DTR to NRST. (Some browsers expose these as RequestToSend/DataTerminalReady.)
Idle

      
Console closed
Console uses 8-N-1 (typical app UART).

        

Bootloader checklist