二进制文件的偏移地址

发布于 2025-02-06 09:39:04 字数 133 浏览 3 评论 0原文

我正在使用mplab编程ATSAMD20E15A。现在,我已经生成了boot.bin和program.bin binray文件。

我的问题是:如何找到这两个二进制图像的偏移地址?

谢谢您,请原谅我是否非常基本,因为我是新手。

I am using MPLAB to program ATSAMD20E15A. Now I have boot.bin and program.bin binray files generated.

My question is: How do I find the offset address of both these binary images?

Thank you and excuse me If the question is very basic since I am new to this.

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

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

发布评论

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

评论(1

七七 2025-02-13 09:39:04

数据表(第265页)说:“引导加载程序从偏移零开始位于主数组中。”并似乎最初包含出厂编程的引导加载程序。

启动加载程序代码以跳转到程序条目地址必须匹配的运行时代码的开始结束。

The data sheet (page 265) says "The bootloader resides in the main array starting at offset zero." and appears to initially contain a factory programmed boot loader.

The boot loader code ends with a jump to the start of the runtime code which the program entry address must match.

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