• How to convert a BIN into an ELF object image with armlink?
    I'm wondering how I could use 'armlink' to combine or merge a binary image into another image. With the ARM GNU tools, I can do the following: 1) Perform a partial linking (switch '-r') of as input...
  • How to convert a BIN into an ELF object image with armlink?
    I'm wondering how I could use 'armlink' to combine or merge a binary image into another image. With the ARM GNU tools, I can do the following: 1) Perform a partial linking (switch '-r') of as input...
  • 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...
  • 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...
  • How to convert application code into a image file
    Hi, I have been developing an application code on LPC3250 (with ARM9 core). I want to convert my output file into an image file, so that I can directly write my code to the flash from the serial...