Heng's Blog
Heng's Blog
HOME
ARCHIVES
TAGS
CATEGORIES
MASONRY
ABOUT
ME
GITHUB
碎碎念
HOME
ARCHIVES
TAGS
CATEGORIES
MASONRY
ABOUT
ME
GITHUB
碎碎念
Archives
Tags
Categories
56
Tags
13
Categories
77
Posts
stm32启动流程
HarderHeng
Lv5
2024-10-30 22:58:25
2024-10-30 22:58:25
Created
2024-12-03 13:46:14
2024-12-03 13:46:14
Updated
学习笔记
STM32
|
ARM
|
Bootloader
一、启动模式
stm32根据两个boot引脚有三种启动模式。分别是
从FLASH启动
,是直接运行代码常用的模式。
从SRAM启动
,是进行调试常用的模式。
从系统存储器启动
,直接通过bootloader
Title:
stm32启动流程
Author:
HarderHeng
Created at :
2024-10-30 22:58:25
Updated at :
2024-12-03 13:46:14
Link:
https://harderheng.life/2024/10/30/stm32启动流程/
License:
This work is licensed under
CC BY-NC-SA 4.0
.
#STM32
#ARM
#Bootloader
RUST语言学习
Prev posts
Next posts
Comments
On this page
stm32启动流程
1.
一、启动模式