# Bootloader_stm32 **Repository Path**: the_wind_is_clear/Bootloader_stm32 ## Basic Information - **Project Name**: Bootloader_stm32 - **Description**: stm32f103's bootloader TF card - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-05-25 - **Last Updated**: 2023-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bootloader stm32f103's bootloader 通过SD卡升级 需要将APP程序的 (1) Keil-> option for target -> Target -> IROM1 修改为 0x8010000 0x10000 (2) 将system_stm32f10x.c里面的#define VECT_TAB_OFFSET 0x0 修改为: #define VECT_TAB_OFFSET 0x10000