Keil 使用教程

(1)打开Keil,点击project新建

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(2)选择合适的型号,没有STC的选项,不要紧,一般C51的好多兼容的

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(3)不用汇编的话,下面的这个对话框选择否就可以了

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(4)点击新建一个文件

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(5)选择保存,并命名为.c

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(6)双击Source Group

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(7)添加.c文件

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(8)写完程序后,点击标号1处的按钮,然后点击标号2处的output,依次点击3和4,生成.hex文件

Keil 使用教程(详解)「建议收藏」-冯金伟博客园Keil 使用教程(详解)「建议收藏」-冯金伟博客园

(9)最后利用烧录软件,就OK了