Gamadril / stm-serial-flasher

Web App for flashing STM microcontrollers (STM8 and STM32) over serial port using the embedded ROM bootloader.

Home Page:https://gamadril.github.io/stm-serial-flasher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web STM Flasher (serial)

STM serial flasher is a Web App for programming the STM controllers using the embedded ROM bootloader over a serial port. It uses Chrome's Web Serial API and works only with browsers based on Chromium like Chrome, Edge and Opera. The app supports STM8 and STM32 microcontrollers. Tests were done on the STM8-Discovery and STM32f4-discovery boards.

The old version, which was implemented as Chrome extension can be found in the branch of this repository.

Requirements

Latest Chromium based Browsers (Chrome, Opera, Edge). Current code base was tested on Chrome v93.

Open the Web App

Device connection

Connect the device to your PC using a TTL level shifter.

Device Host
GND GND
TX RX
RX TX
NRST DTR
BOOT0* RTS*

*: for STM32 only.

Make sure you choose the right USART interface of the targe since the bootloader is not listening on all USART interfaces. For STM32 microcontrollers check AN2606 for more info.

Connection of tested boards

stm32f4-discovery

Device Host
GND GND
PB10 RX
PB11 TX
NRST DTR
BOOT0 RTS

stm8s-discovery

Device Host
CN1-5 GND
CN4-10 RX
CN4-11 TX
CN1-1 DTR

NUCLEO-F303RE

Device Host
GND GND
PA10 TX
PA9 RX
NRST DTR
BOOT0 RTS

3rd party components

Icons: SMD 64 pin Icon by Double-J Design is licensed under CC BY 3.0

Bulma: License

Svelte: License

Font Awesome: License

Erase_Write_Routines for STM8: are taken from STM's Flash loader demonstrator (UM0462/STSW-MCU005)

License

MIT license, see LICENSE

About

Web App for flashing STM microcontrollers (STM8 and STM32) over serial port using the embedded ROM bootloader.

https://gamadril.github.io/stm-serial-flasher/

License:MIT License


Languages

Language:JavaScript 67.6%Language:Svelte 30.9%Language:HTML 1.0%Language:CSS 0.3%Language:Shell 0.2%