How to create a new keil c51 project? How to create a new project in keil c51

Time: 2021-10-17Source: InternetAuthor: Huluwa

How to create a new keil c51 project? The following is the editor's introduction to the method of creating a new project in keil c51 , friends in need, please take a look below, I hope it can help everyone!

​​ 1. Start the keil c51 software we installed.

Keil C51 screenshot

​​ 2. After entering the main interface, click project and select new uVision Project to create a new project.

Keil C51 screenshot

​​ 3. A dialog box will pop up. Here, select the project save location and click Save.

Keil C51 screenshot

4. After saving, the following prompt will appear, click No.

Keil C51 screenshot

5. Create a new file and click file-new. Then the editing area will appear on the right.

Keil C51 screenshot

​ ​ 6. Save this file, named here as main.c.

Keil C51 screenshot

​​ 7. After saving, you can write the C file. You can edit it in the editing area on the right according to your needs. Save it after editing is completed.

Keil C51 screenshot

​​ 8. After writing is completed, add the file to the project.

Keil C51 screenshot

​ 9. Finally configure the output hex file.

Keil C51 screenshot
Keil C51 screenshot

      以上这里为各位分享了keil c51创建一个新工程的方法。 Friends in need, please come and read this article!

Related articles更多>>

Popular recommendations