• is there an utility to ONLY flash HEX files?
    Hi, I am using Keil uVision4, and ULINK2, but I am not working on development right now only flashing boards. Is out there a simpler Keil SW tool to only Flash *.HEX files in to a Freescale ARM...
  • HEX2BIN only parses part of hex file
    I'm using hex2bin to convert a hexfile with several gaps in it. But I have found that if the hex file ends in a line with zero bytes, hex2bin will stop there and not process the rest of the file. An...
  • compiling only the changed files in the project
    Hi, each time I change something in one of my files I compile all the code files in my project - a process which takes a lot of time because I have dozens of files in my project. Is there a way to only...
  • Locating code at a certain address
    How can one locate a table of constants at a certain address in C ?
  • Modifying SFR Definition Files?
    Hi, Evaluating uVision 4.21... Found that SDIO special function register definitions in STM32F10xxE.SFR are incorrect. Base address is 0x40018000 not 0x40012C00! Tried textural substitution,...