下载此文档

Hex文件格式说明文档.docx


文档分类:办公文档 | 页数:约13页 举报非法文档有奖
1/13
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/13 下载此文档
文档列表 文档介绍
Hex File Reference
The postlocator is responsible for generating the hex file needed for the ROM flow. It can also be used by emulator and simulator for testing purposes. Due to the data structure of Intel hex files, it is not possible to handle virtual and physical addresses as data structures within the same file nor virtual addresses for multiple levels. Therefore, SLE 79 specific information is provided within comment lines. Such information are comments to be is played in the ROM generator GUI, date and time of creation, segment descriptors, virtual addresses and so on.
Note: The Intel hex file is an ASCII text file with lines of text that follow the Intel hex file format. Each data line in an Intel hex file contains one hex record. These records are made up of hexadecimal numbers that represent machine language code and/or constant data. Intel hex files are often used to transfer program and data to be stored in ROM or NVM.
Hex File Structure
The SLE 70 hex file is divided into three parts which have to occur in the described order:
• Comment part containing the following information:
– As first line “; TYPE=SLE70_MASK_IHEX” as identifier for the SLE 70 hex file format.
– Five sections in arbitrary order
- COMMENT (optional)
- INFO
- MEMORY_ADDRESSES
- CONFIG
- DESCRIPTOR
– The keywords inside these sections may contain
- Letters “a – z” and ”A – Z” (not case sensitive)
- Digits “0 – 9” but not as first character
- “-” or “_” but not as the first character
-Leading and trailing spaces are ignored
• Data part which data lines (records) start always with a colon “:”. The only comments allowed in this part are the definitions of the virtual addresses “V_ADDR = 0x...”. These comments are allowed at the beginning of a line and define the virtual address for the following data lines until another definition of the virtual address. The virtual address must contain the level information in the upper byte. The offset
in an extended line

Hex文件格式说明文档 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数13
  • 收藏数0 收藏
  • 顶次数0
  • 上传人文库旗舰店
  • 文件大小5 MB
  • 时间2020-12-06