Keil Some of the project directory strum

Source: Internet
Author: User

has been using Keil to write some of the microcontroller program, but has not done some optimization of the project structure, and sometimes open the project after the document structure level more complex looks very uncomfortable, so here are some of my ideas:

First, the structure of the file to be divided into bin Buil_keil include library lst obj source startup such directory, such as

This allows the generated. bin file to be placed down the bin. Want to build. The bin file can be generated using commands such as Fromelf--bin--output. \bin\main.bin. \OBJ\MAIN.AXF under Options for target under user. Of course, according to the actual needs to write parameters mainly is. \bin\main.bin (where to output files). \OBJ\MAIN.AXF (the original file entered).

The new project file can be placed under the Build_keil so that the project document can be found quickly.

The library has some standard library files that are used by third parties.

The LST and obj directories let you compile some temporary files that are generated. You can determine the directory by tapping Select folder in the options for target in output and listing.

Source and include are written by themselves. h and. c Files

Put some startup files in startup

The download directory is primarily for some directories with download tools. For example, Sflash oflsah these serial ISP programs for ARM Board downloader


Keil Some of the project directory strum

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.