KiRorY
STM32G0系OTA开发相关问题的解决方案

STM32G0系OTA开发相关问题的解决方案

实习过程中对STM32G0系开发板OTA功能开发时遇到的一些问题和解决办法,主要涉及Bootloader程序的跳转和APP分区思路问题。

  • Bootloader 跳转到APP区后发生卡死的情况。
  • 双APP分区时只能跳转到其中某一个分区,无法跳转到另一分区的情况。

During internship OTA development on an STM32G0 board, I ran into several issues and summarized the fixes, mainly around Bootloader jump logic and APP partition strategy.

  • The system hangs after Bootloader jumps to the APP region.
  • With dual APP partitions, Bootloader can jump to only one partition instead of both.