Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cortex M3 微控制器中,Flash 的 .data 部分中的变量何时会被复制到 SRAM,是在获取复位和初始 SP 指针之前还是之后?我正在使用 Keil4 和 LPC 1778。
通常情况下是这样的:
.data
.bss
例如:
在重置处理程序,.S 文件中,我们可以检查代码流是如何存在的。在初始化时,在分配SP之前,会复制数据