|
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.
|