• Genarating a PDF file inside my micocrontroller
    Well, I think this may be an interesting challenge. I would like to collect data in a datalogger and genarate a pdf report in the datalogger micro itself. The otput would be a .pdf file stored in my...
  • Creating Const at special Adress in Hex file
    Hi, i have to create a Version info from our product at a fixed adess into the intel Hex file, like: unsigned char const code Version[]="FW xyz "__DATE__" "; This schould be Fixed at Adress...
  • 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...
  • how to compile a certain file only without modifying the hex file
    Hi, I have a project that is burned into a ROM however a certain file is mapped to be in a RAM, how can i modify the file that located in the RAM and compile it without re-compiling the other files...