|
I install the newest Cypress Suite USB 3.4.7 and also install CY3684_EZ-USB_FX2LP_DVK(V1.0)in my desktop. they all provide hex2bix utility,but CY3684_EZ-USB_FX2LP_DVK provide VC++ source code. it seems Cypress Suite USB 3.4.7 version is more powerful than CY3684_EZ-USB_FX2LP_DVK version, it add -X arg, is it right?
C:\Cypress\Cypress Suite USB 3.4.7\Firmware\bin>hex2bix -?
Intel Hex file to EZ-USB Binary file conversion utility
Copyright (c) 1997-2005, Cypress Semiconductor Inc.
HEX2BIX [-AEIBRH?] [-IC] [-S symbol] [-M memsize] [-C Config0Byte] [-F firstByte
] [-O filename] [-X filename address] Source
Source - Input filename
A - Output file in the A51 file format
B - Output file in the BIX (raw binary) format (Default)
BI - Input file in the BIX (raw binary) format (hex is default)
C - Config0 BYTE for AN2200 and FX2 (Default = 0x04)
E - Create .IIC file for External RAM. Prepends 0x200 byte loader that
loads at 0x1e00
F - First byte (0xB0, 0xB2, 0xB6, 0xC0, 0xC2) (Default = 0xB2)
H|? - Display this help screen
I - Output file in the IIC file format (sets -R)
IC - Output Compressed IIC file (sets -R)
Ig - Output Contiguous IIC file (without gaps) (sets -R)
M - Memory size, used as BIX and IIC out file size. (Default=8k)
O - Output filename
P - Product ID (Default = 2131)
R - Append bootload block to release reset
S - Public symbol name for linking
V - Vendor ID (Default = 0x0547)
X - Append Xtra data at fixed address in EEPROM. Input file is raw bina
ry, address in hex.
C:\Cypress\USB\CY3684_EZ-USB_FX2LP_DVK\1.0\Utilities\Hex2Bix\Release>hex2bix -?
Intel Hex file to EZ-USB Binary file conversion utility
Copyright (c) 2012-2013, Cypress Semiconductor Inc.
HEX2BIX [-AEIBRH?] [-IC] [-S symbol] [-M memsize] [-C Config0Byte] [-F firstByte
] [-O filename] [-X] Source
Source - Input filename
A - Output file in the A51 file format
B - Output file in the BIX (raw binary) format (Default)
BI - Input file in the BIX (raw binary) format (hex is default)
C - Config0 BYTE for AN2200 and FX2 (Default = 0x04)
E - Create .IIC file for External RAM. Prepends 0x200 byte loader that
loads at 0x1e00
F - First byte (0xB0, 0xB2, 0xB6, 0xC0, 0xC2) (Default = 0xB2)
H|? - Display this help screen
I - Output file in the IIC file format (sets -R)
IC - Output Compressed IIC file (sets -R)
M - Max Memory(RAM) limit for firmware. (Default=8k)
O - Output filename
P - Product ID (Default = 2131)
R - Append bootload block to release reset
S - Public symbol name for linking
V - Vendor ID (Default = 0x0547)
C:\Cypress\USB\CY3684_EZ-USB_FX2LP_DVK\1.0\Utilities\Hex2Bix\Release>
|