• creating .bin file
    Hello all I am using Keil uvision 4 for Stm32F2 series. I want to create .bin file from my project. I am using this command C:\Keil\ARM\BIN31\fromelf.exe --bin "#L.axf" -o "$P\output.bin" under...
  • Creating *.bin files?
    Is it possible using uVision3 to create a *.bin output file instead of *.hex file? Thanks.
  • problem in creating bin file
    In my project i have one main file(it has the main function) and five files which contain a function each and is called from main function one by one. When i use the following setting in link file COMMON...
  • How can I create *.obj and *.bin files !!!!!!!!
    How can I create obj files and binary file from *.c and *.a51 files. I tried C51 command and L51 command from C>\C51\Bin\C51 func1.c func2.c Is there any parameters go with the commands and the file...
  • BIN file
    How can I generate a .Bin file instead of .hex file using uVision ?