谢谢你的回复。
是的,我们使用HEX2BIX将我们的十六进制文件转换成IIC文件,它将被烧毁成EEPROM(24C128),并带有C2负载。
命令设置如下:
xH2Bix-i-F0xC2-O-GP10IIC GP10HEX
注:1)。HX2BIX在我们的项目目录下;
2)。命令是在keil的用户程序将运行时编译KEIL工程。
现在,HOX2BIX输出是:
从“GP10”创建十六进制文件
用户命令α1:xH2BIX-i-F0xC2-O-GP10IIC GP10HEX
英特尔HEX文件到EZ-USB二进制文件转换实用程序
版权所有(C)1997年至2005年,塞浦路斯半导体公司。
4353字节写入。
总代码字节=4304
转换成功完成。
以上来自于百度翻译
以下为原文
Thanks for reply.
Yes, we used hex2bix to convert our hex file into iic file which will be burned into EEPROM(24C128) with C2 load.
And the command is set as below:
.hex2bix -i -f 0xC2 -o GP10.iic GP10.hex
Note: 1). The hex2bix is under our project directory;
2). The command is attached to Keil User Program which will run when you compile the keil project.
Now, the hex2bix output is that:
creating hex file from "GP10"
User command #1:.hex2bix -i -f 0xC2 -o GP10.iic GP10.hex
Intel Hex file to EZ-USB Binary file conversion utility
Copyright (c) 1997-2005, Cypress Semiconductor Inc.
4353 Bytes written.
Total Code Bytes = 4304
Conversion completed successfully.
谢谢你的回复。
是的,我们使用HEX2BIX将我们的十六进制文件转换成IIC文件,它将被烧毁成EEPROM(24C128),并带有C2负载。
命令设置如下:
xH2Bix-i-F0xC2-O-GP10IIC GP10HEX
注:1)。HX2BIX在我们的项目目录下;
2)。命令是在keil的用户程序将运行时编译KEIL工程。
现在,HOX2BIX输出是:
从“GP10”创建十六进制文件
用户命令α1:xH2BIX-i-F0xC2-O-GP10IIC GP10HEX
英特尔HEX文件到EZ-USB二进制文件转换实用程序
版权所有(C)1997年至2005年,塞浦路斯半导体公司。
4353字节写入。
总代码字节=4304
转换成功完成。
以上来自于百度翻译
以下为原文
Thanks for reply.
Yes, we used hex2bix to convert our hex file into iic file which will be burned into EEPROM(24C128) with C2 load.
And the command is set as below:
.hex2bix -i -f 0xC2 -o GP10.iic GP10.hex
Note: 1). The hex2bix is under our project directory;
2). The command is attached to Keil User Program which will run when you compile the keil project.
Now, the hex2bix output is that:
creating hex file from "GP10"
User command #1:.hex2bix -i -f 0xC2 -o GP10.iic GP10.hex
Intel Hex file to EZ-USB Binary file conversion utility
Copyright (c) 1997-2005, Cypress Semiconductor Inc.
4353 Bytes written.
Total Code Bytes = 4304
Conversion completed successfully.
举报