Skip to main content
Visitor II
April 28, 2023
Question

STM32F103 FW standalone upgrade is possible?

  • April 28, 2023
  • 1 reply
  • 989 views

Hi guys, some body make it a standalone upgrade for this small MCU ¿?

This MCU can use the native USB in OTG FS mode with a correct bootloader i think can do it, if somebody with more experience can clarify this please.

Thanks

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    April 28, 2023

    The internal bootloader in the STM32F103 can only be controlled via UART.

    If you want to realize a firmware upgrade via the USB port, you would have to store your own bootloader in the user flash, which of course reduces the flash available for the application.

    Alternatively you can switch to a pin compatible STM32F105 or STM32F107 because their bootloader is also accessible via USB.

    Hope that helps?

    Regards

    /Peter