Skip to main content
JJang.1
Visitor II
May 29, 2020
Question

DFU Tool for STM32 F Series

  • May 29, 2020
  • 2 replies
  • 939 views

I viewed this question earlier.

The Github link provided in answer to the question is of a project which seems to be no longer maintained and seems to be obsolete. I have built and run the project on my Android device and faced some reliability issues as stated below.

Apart form the unmaintained state of the project, it also has this known issue: "On some STM32F devices, It takes several tries to recognize the USB device." which for my application is completely unacceptable. My application demands the DFU to be done using Android and should be reliable.

I wanted to know how can I do DFU of STM32F devices using a non-rooted Android device.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 29, 2020

STM32 DFU protocol http://www.st.com/web/en/resource/technical/document/application_note/CD00264379.pdf

You'll likely have to code your own solution to meet your own acceptability thresholds.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
TDK
May 29, 2020

I don't know that I'd trust the github "issues" of an abandoned project with 32 total commits to be terribly accurate.

"If you feel a post has answered your question, please click ""Accept as Solution""."