• 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 to Create and use OBJ/LIB files
    HI Forum Mmebers, I am using Keil for developing a product based on P89C51RD2. I have written many low level routines to interact with the hardware peripheral devices and they are working fine. ...
  • 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 and flashing a bin file
    Using an MCB2370 eval board, trying to flash (via IAP) a new version of our application. I have things configured where I can connet a PC to the board (using USB as virtual com port) open a file, download...