文件名称:STM32F103 BooterLoader
文件大小:2.28MB
文件格式:RAR
更新时间:2022-06-05 10:40:20
STM32 Bootloader
STM32 BooterLoader,有下位机程序,有上位机程序,很好用,。这是下位机程序,上位机程序请看另一篇 ********** 修改单片机时 ********** bootloader程序修改 1、stmflash.h 中 #define STM32_FLASH_SIZE 128 //所选STM32的FLASH容量大小(单位为K) 修改flash大小 *********** app中设置 ********** 1、在main中添加下行: SCB->VTOR = FLASH_BASE | 0x02000; /* Vector Table Relocation in Internal FLASH. */ 2、这种中target: 8002000-------E000 起始地址------剩余flash大小