bin keils

Upload: gowdham-prabhakar

Post on 04-Feb-2018

223 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/21/2019 bin keils

    1/1

    In the target options:

    - Select the "Output" tab and check the box that says "Run User Program #1" in the "After Make" section.

    - Type in the following text to generate your BIN file

    fromelf --bin --output xxx.bin xxx.axf

    xxx represents the name of your output file. You may have to adjust the paths according to your project structure if you place the executable in another directory.