• 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 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...
  • 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...