• Hex to bin file converter
    HI I'm trying to convert a hex file into a bin file with keil’s HEX2BIN.EXE, but I get an error: Invalid record type in HEX record 2711. LINE 2710. : 08 A940 00 021D0102 1E090000 C6 (data record) ...
  • How to convert Hex to Bin file with offset
    I need to convert hex file generated from ARM cortex M0 KEIL project to Binary file for Boot loader application. I found one utility on internet "HEX2BIN". This gives error while generating bin file...
  • converting .axf files to .bin file -- error message
    Hi I am trying to convert a -axf file generated by keil(microvision 5.26.2.0) to binay. The various Keil manuals state that you can do this by entering a command string in Target 1> User tab. The command...
  • converting .axf files to .bin file -- error message
    Hi I am trying to convert a -axf file generated by keil(microvision 5.26.2.0) to binay. The various Keil manuals state that you can do this by entering a command string in Target 1> User tab. The command...
  • convert c file to hex file
    pl tell me how to convert .c file to .hex file. even after compiling the c file no hex file is created. the simulator that i am using uses only hex files. so i need to convert this into hex file. ...