This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
通读技术参考手册 SPRUHM8H 第4.7节、该图显示、引导 ROM 在 POR 后执行以下步骤:
-PLL 设置
–初始化所有 RAM
-dcsm 初始化
-旁路 PLL
-使 CPU2退出复位
-选择引导模式
考虑到我们选择闪存引导、这是否意味着 CPU2在到达闪存起点(假设为0x80000)时已退出复位? 上述代码的执行与引导模式无关?
谢谢你。
您好、Gobind。
我想您指的是 CPU1引导、同时在 CPU1引导流程期间使 CPU2解除复位。 对吧?
TRM 中介绍了此流程:
是的、无论引导模式如何、上述代码都会执行。
-Kedar