• 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.
  • 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...