• Hex2Bin
    Hello! Can the hex2bin program be used for both, 8-bit and 16-bit hex files? Is there a good place to find definitions of Intel-Hex files? Thank you for any help! Holger
  • HEX2BIN
    I tried to convert my hex file generated by UV3 compiler (REALVIEW) to binary using HEX2BIN.exe utility s/w. The program keeps displaying the following message: ERROR: Invalid Record type in HEX...
  • HEX2BIN and BIN2HEX
    I have a code banked project and i generated three hexfiles from the OMF file (.h01, .h02 and .h03). According to the keil homepage I should be able to convert these files into a single file. For...
  • syntax for hex2bin
    can any one give the correct syntax for HEX2BIN CONVERSION. I refered in the website it is not clear and it is not working . thanks in advance
  • HEX2BIN and BIN2HEX
    I'm using the HEX2BIN to convert a HEX-386 to binary and then converting it back to HEX using BIN2HEX. The conversion is successful, but when I try to load/download the new HEX file onto the device,...