可以将引导向量重置为 MPC55xx 上的内部闪存吗?

发布于 2024-12-19 22:43:08 字数 138 浏览 4 评论 0原文

关于 MPC55xx 微控制器的一个基本问题: 我将复位引导向量(RCHW 之后的 4 个字节)配置为指向内部闪存中的某个地址,但它没有到达该地址(软件没有启动)。 有可能吗? RCHW 位于外部闪存中,当复位引导向量指向外部闪存中的地址时,它就会工作。 谢谢。

A basic question on MPC55xx microcontroller:
I configured the reset boot vector (4 bytes after RCHW) to point to an address in the internal flash memory but it didnt reach this address (the software didnt begin).
is it even possible?
The RCHW is in external flash memory and when the reset boot vector points to an address in the external flash memory, it works.
Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

为你鎻心 2024-12-26 22:43:08

答案是否定的。
TLB 在 BAM 中自动更新,这样启动后只能使用一个闪存组。
启动后 TLB 的重新配置允许访问其他闪存。

The answare is NO.
the TLB updated automaticly in the BAM in such way that only one flash bank can be used after boot.
A reconfiguration of the TLB after boot cat allow accessing othe flash memory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文