• Generating output BIN file
    Hello, Keil uVision generates as output HEX file. Do you know how I can generate BIN file? Unfortunately hex2bin program doesn't work. Message error "Invalid record type in HEX record 1" does occured...
  • Generating custom BIN file
    Hi, There is a problem with my batch file compilation which was working with uvision3. I have a bootloader and application code. I am trying to generate .bin file by coping code to my ER_IROM1 area...
  • Bin file generation using Keil
    I am using Keilv5. By default it generates Hex file. My requirement is to generate the corresponding binary file. I have tried the steps mentioned at the path: " http://www.keil.com/support/docs/3213...
  • fromelf.exe generate two bin file
    When i produced two bin(one and second) file with mdk tools fromelf.exe,the difference of the two bin files is the second bin file only more than a single one code in source project. so when i compare...
  • axf to bin: getting a generic 10k file.
    I put the following in Options->User->Run#1: fromelf --bin --output ProjectFiles\MyFile.bin ProjectFiles\MyFile.AXF This is pretty much what I've always used to make a *.bin from an *.axf. There...