文件名称:hex2bin
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- Kirill*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Converting a *. hex *. bin
An example TCL scr ipt 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
An example TCL scr ipt 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hex2bin.tcl