搜索资源列表
8051forxilinx
- 我在spartan-3e starter kit 的板上实现了mc8051,程序调试通过,运行正常。 方法 1、用Keil 编译8051的代码; 2、将生成的hex文件用hex->bin工具转成bin文件 3、用bin->coe工具转成coe 4、在core generate 生成的rom中指明coe文件的位置 5、编译、下载到spartan-3e starter kit 板上,你将会看到流水灯的效果
srec_cat
- 工具srec_cat, 可将bin转换为hex, 命令格式如下:srec_cat blob -Binary -Output blob.hex -Motorola 另该工具也支持hex转bin, 如下: srec_cat bootrom_uncmp.hex -Motorola -Output bootrom_uncmp.bin -Binary 适用于某些只支持二进制格式的烧录
HZNM
- 2个Hex转Bin的小程序,非常使用,有用的可以下载
hex2bin
- hex转bin的程序, 支持大于64K的hex, 网上下载的hex2bin不支持64k. 不包含工程文件, 在c++ builder中简单包装即可生成一个hex2bin的小程序
V102
- Hex转bin的源代码,带自动加入校验和功能,带无效数据填充功能,对单片机开发人员极有用处,支持Hex86、HEX386格式的转换,最大支持的地址空间达到32G
bin2h
- Bin 2 Hex 的源码 , 写 51 时用到的转码 -Bin 2 Hex source code, written 51 hours to use the code switch
srec_cat
- 工具srec_cat, 可将bin转换为hex, 命令格式如下:srec_cat blob -Binary -Output blob.hex -Motorola 另该工具也支持hex转bin, 如下: srec_cat bootrom_uncmp.hex -Motorola -Output bootrom_uncmp.bin -Binary 适用于某些只支持二进制格式的烧录 -Tools srec_cat, could
hex2bin
- hex转bin的程序, 支持大于64K的hex, 网上下载的hex2bin不支持64k. 不包含工程文件, 在c++ builder中简单包装即可生成一个hex2bin的小程序-hex to bin procedures, to support more than 64K of the hex, downloaded hex2bin does not support 64k. does not contain a project fil
V102
- Hex转bin的源代码,带自动加入校验和功能,带无效数据填充功能,对单片机开发人员极有用处,支持Hex86、HEX386格式的转换,最大支持的地址空间达到32G-Hex to bin the source code, with automatic adding checksum function, filled with invalid data features, developers of single-chip microcomp
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler wi
hex-bin-core
- 这里面包含两个小工具,一个是.hex文件转.bin文件工具,另一个是.bin文件转.coe文件。希望对在做工程的同行有帮助。-This is a small tool which includes two, one. Hex file transfer. Bin files tools, the other is. Bin file transfer. Coe file. Want to do engineering counterpa
HEX2BINandBIN2HEX
- inter hex 与 bin文件互转,功能很好,测试可用。-inter hex and bin files Hu Zhuan, function well, the test can be used.
geishizhuanhuan
- 这是两个格式转换工具,一个是hex转bin,另外一个是bin转txt格式的工具,希望能给大家在工作中带来便利!-These are two format conversion tool, one hex turn bin, another bin is transferred txt format, and hopes to give everyone at work to bring convenience!
sm-isp
- hex文件是由k软件开发出来的二进制源代码,有时候不能直接应用于烧写器的bin文件,怎么有hex转bin这篇文档就是最好的说明。-hex file by k software developed binary source code, and sometimes can not be directly applied to the writer of the bin file, how hex to bin this document
Hex2Bin
- C# HEX转BIN 源码 非常适合初学者-HEX turn BIN c# source code is very suitable for beginners
Series-Debug-tool
- 该软件为多功能调试工具,有串口调试(带曲线显示),USB接口调试,HEX转Bin文件调试,字符串调试等多种功能!-The software for the multi-function debugging tool that has a serial port debug (with curve shows), USB interface debugging, debugging HEX turn Bin file, string de
H-Converter
- 至今为止发现的最好的HEX转bin的工具,-a best tool for hex/bin convertion
Hex2Bin
- 实现hex文件转bin文件,源码使用devC++编译(Realize the hex file transfer bin file)
BK2461_TX_RX
- BK2461的基本收发测试。单发 单收。 硬件需2块,都是:BK2461外挂AT45DB041D。 使用keil 编译并hex转bin。注意系统若不是64,需更改keil配置: GenTXT_64bit.BAT(已测)修改为GenTXT.BAT(未测) 生产的 外部flash文件:fw_uart_crc.bin 测试样板没有按键。修改为数据自动加。 增加串口数据打印。(Basic transceiver test of B
python代码如何HEX转bin
- python代码如何将文件HEX格式转为二进制的bin