Location:
Search - hex2b
Search list
Description: 在线编程中,将hex文件转换成相对应的bin文件的工具-Online programming, the hex file will be converted into corresponding bin files tools
Platform: |
Size: 11264 |
Author: pp |
Hits:
Description: HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called HEX, which seems to be a format set by Intel, that is, put the binary machine code files with 16 M of characters in the form of [text] preservation, written into the cpu or rom before the need for transformation, this small program will be able to complete the task. [I upload the code are Fwr original]
Platform: |
Size: 30720 |
Author: fwr |
Hits:
Description: HEX文件转换为BIN文件。有些编译器不能生成bin文件。-HEX files into BIN files. Some compilers can not generate the bin file.
Platform: |
Size: 10240 |
Author: 杨离离 |
Hits:
Description: 将Firmware的hex文件转换成16进制文件,这对于需要在应用程序下下载Firmware是非常有用的!-Firmware of the hex file will be converted into 16 binary files, which in the application that need to download Firmware is very useful!
Platform: |
Size: 1117184 |
Author: zhang |
Hits:
Description: Converting a *. hex *. bin
An example TCL script to convert the file into *. hex *. bin file. The program accepts 0, 1 or 2 arguments. 1-st argument - the input file (if 0 arguments - stdin), 2-th argument - the output file (if not specified - stderr).
Dealt with only 2 types of records in the HEX-file - the data itself and the "extended address" (for controllers with more than 64KBytes of program memory). Suitable, for example, PIC18F87J10 and compiler Hitech-C 9.51pl2. Perhaps, for some part-time controllers such analysis is insufficient, then the program will give an error "unrecognized record type at file: line type," perhaps simply will not work.
To work in windows to install the interpreter, such as this: http://www.evolane.com/software/etcl/ # downloadwin32
More information: wiki.tcl.tk
Platform: |
Size: 1024 |
Author: Kirill Frolov |
Hits: