hex2bix doesn't run

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

hi every one. i have written a firmware for transferring data in slave FIFO mode for CY68013A.

i have download .hex file generated in keiluvision2 to FX2LP. now i want to make .iic file for eeprom.

my problem is when i run hex2bix.exe in utility folder it runs and closes promptly!

i even run hex2bix.c file in visual studio 2008 but the problem is still there.

with cmd i addressed the hex2bix.exe but with using uex2bix command i get the error:

hex2bix does not recognize ...

please help me how can i convert my hex file to .iic

0 Likes
1 Solution

Hello Amin,

To convert the .hex file to .iic file, follow the below procedure.

- Copy the Hex2bix.exe file and the .hex file to be converted to a particular folder.

- Run the command prompt and navigate to the directory containing the above files.

- Enter the command as below to perform the conversion.

hex2bix -i -c 0x00 -f 0xC2 -o <filename>.iic <filename>.hex

Best regards,

Srinath S

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

please help me if you can....
I'm stucked

0 Likes

Hello Amin,

To convert the .hex file to .iic file, follow the below procedure.

- Copy the Hex2bix.exe file and the .hex file to be converted to a particular folder.

- Run the command prompt and navigate to the directory containing the above files.

- Enter the command as below to perform the conversion.

hex2bix -i -c 0x00 -f 0xC2 -o <filename>.iic <filename>.hex

Best regards,

Srinath S

0 Likes