Analysis of STM32F407 assembly startup file (initial part of OTA)

Origin of the problem In the process of writing STM32 OTA program, I was confused about the implementation of the first word storage stack top address and the second word storage interrupt vector table in FLASH. I was not sure at which stage of the program these two addresses were fixed in FLASH. After querying the data, I found that they were ...

Added by Paul Ferrie on Tue, 08 Mar 2022 23:35:31 +0200

VS2019 WPF makes OTA host computer to obtain bin file path

OTA upgrade is to remotely transmit the contents of bin file to MCU through wireless communication to complete the upgrade. Therefore, the upper computer needs to obtain the path of the bin file, read the contents of the bin file, and send the contents in sequence (because the receiving cache of the single chip microcomputer will not be as larg ...

Added by nelson201 on Sun, 26 Sep 2021 08:47:05 +0300