4
\$\begingroup\$

I'm building an arm-based (stm32F7) hardware device which will have a USB port. I would like to be able to update the firmware and distribute it such that customers with my device can easily install new firmware without having to install an IDE or do anything complex. I am writing a computer side program that communicates over USB serial, so I would like this to also function as an update utility.

\$\endgroup\$
1
  • 1
    \$\begingroup\$ "ARM" is an initialisation. Capitals matter. \$\endgroup\$
    – Transistor
    Commented Jul 8, 2019 at 6:25

1 Answer 1

4
\$\begingroup\$

STM32 has a bootloader built in called Device Firmware Update. There are a couple of app notes that detail its operation. AN3156 explains the protocol, and AN2606 details the operation and hardware considerations. ST provides a PC tool that users could use to update firmware, alternatively a DLL that could be built into a PC application.

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.