• convert object file to hex?
    Hi all I am working on STM32F030R8 chip,using Keil MDK. For every unit, it carries it own characteristics, and hence for every calibrated unit, I need to re-flash a part of the flash to put the characteristic...
  • 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...
  • Convert ASM file to HEX file
    I looking for a file to convert from asm to hex file so I can load to the eeprom programmer. Right now I use the A51 with emp20 but I want to use the Willem Universal programmer.Because the Willem Programmer...
  • Converting an object file with OBJECTEXTEND to the older format
    I need to use a library file that had the obj files compiled with v7.05 and the OE switch. I am using an older set of tools and the BL51 linker v3.45 can't deal with the new obj format. I don't have the...