Introduction

StmDfuUsb is android application for uploading firmware on Stm32 CPU from mobile gadget via USB-OTG cable.

Realization of the application is based on next documents from company STMicroelectronics.
1. AN2606 STM32 microcontroller system memory boot mode
2. AN3156 USB DFU protocol used in the STM32 bootloader

 

StmDfuBlue and DevEBox
pogramming DevEBox board with microcontroller Stm32H750


Using application

PREPARATION

1. Make sure that you stm32 microcontroller support usb dfu bootloader. You can find it from AN2606 or from table here.

2. Connect Stm32 board with your mobile device by USB-OTG cable

Every Stm32 microcontroller which support usb dfu bootloader use next pin for connecting to usb bus
PA11 - USB DM line
PA12 - USB DP line


3. Activate bootloader mode for Stm32. How to do this read in AN2606. In general you should set pins BOOT0 and BOOT1 in correct combination according to model of your CPU.

 



PROGRAMMING

1. Select file with firmware you want to write. It should be in one from next formats
- Intel hex
- Motorola S-Record
- DfuSe
- Raw binary format.

2. Set writing options you need. You can select next options
- Erase only necessary pages
- Unset readout protection if need
- Go CPU after programming

3. Press button "Load file to flash" and wait for finish of operation.

 

Unpublished versions

Some versions I cannot public on GooglePlay market by some reasons. So I make possibility to load its from this page.

Version 1.20 (Download)

- added default timeout for write operations when bootloader return zero timeout.

 

The latest version available on GooglePlay is Version 1.19.

Get it on Google Play

Appendix

Мої примітки щодо USB DFU протоколу для мікроконтролерів Stm32