Recently, many friends have said that they still don’t know how to use Keil5 to create projects? So today I will bring you the operation method of Keil5 to create projects. Friends who don’t know how to do it can learn it.
First, open Keil5, click project, select the first option, and create a new project
Create a new folder to store the program. Since there are multiple files in a project, it is best to put them in one folder to avoid cluttering the files.
Give your project a name and click OK
Select the chip. Here, we choose the official chip package
Click the plus sign to the left of microchip, and a large number of chip models will appear.
Select AT89C51 and click OK
Asked whether to add the file to the project, click Yes
Finally, a project is created.
The above is the operation method of Keil5 project creation brought by the editor. I hope it can help all my friends.