• 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 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.
  • 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...
  • converting to uppercase
    iam trying to convert the char i received to uppercase if it is lowercase if not leave it asit is . igot this code from net. but unable to understand why they added #224 at the end. org 0000h ...
  • No object file generated after compilation in uvision 1.13
    I am using uvision 1.13 to build project based on old project file. issue is: 1. after change of source code, the old object file are not updated, but list file (.lst) updated. 2. If moving .obj file...