二进制文件的偏移地址
我正在使用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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
数据表(第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.