• Object to HEX file converter
    hi, i m using an IDE which generates .obj file as final end result.But i want hex file. so is there any converter of object to hex file. please help in this matter.
  • Object to Hex Converter does not run
    I am using the CMX operating system within my application and now when I try and link, I get linker warnings. In talking with CMX, the linker warnings are normal (they are overlaying interrupts). However...
  • Control of Object-Hex Converter from source
    hi, Is it possible to change output .hex filename at preprocessor time, something like: #define _BOARD_REV_ 1 ... #if (_BOARD_REV_ == 1) HEX_FILENAME("board_1.hex") #else HEX_FILENAME("board_old...
  • 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) ...
  • Converted HEX file NOT WORKING
    Hi to all... I am using Keil Microvision 4, and am using the microcontroller LPC2103 - NXP make with 12MHz Crystal Oscillator in my hardware. I am trying to built a code for LED Blinking, but the...