• 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 .bin output file
    Hi all, I want to generate .bin output file in keil after compilation (because s3c2440a requires .bin file for execution). Please anybody knows how to generate help me. Thanks.
  • 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...