1 / 6
文档名称:

c语言单片机系统软件架构的教学研究论文.pdf

格式:pdf   大小:1,206KB   页数:6页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

c语言单片机系统软件架构的教学研究论文.pdf

上传人:好用的文档 2021/4/20 文件大小:1.18 MB

下载得到文件列表

c语言单片机系统软件架构的教学研究论文.pdf

相关文档

文档介绍

文档介绍:第 42 卷 第 4 期 电气电子教学学报
2020 年 8 月 JOURNAL OF EEE
C 语言单片机系统软件架构的教学研究
蔡逢煌,王 武
(福州大学 电气工程与自动化学院,福建 福州 350108)
摘要:针对 C 语言单片机系统开发,阐述了单片机系统的软件架构。将多层软件框架模型引入到单片机应用软件开发,给出了基于分层设计的
功能模块划分。按照系统功能进行分层隔离封装,降低功能模块间的耦合关系,设计出包含主程序层、应用模块层、功能模块层和 MCU 硬件驱
动层等四层架构模型。该架构为利用 C 语言进行单片机系统开发提供参考解决方案,有利于提高单片机软件开发的可靠性、拓展性和重用性。
关键词:单片机系统;软件架构;多层模型
中图分类号: 文献标识码:A 文章编号:1008-0686(2020)04-0077-06
Teaching Research on MCU System Programming Software
Architecture with C Language
CAI Feng-huang,WANG Wu
(College ofElectrical Engineering and Automation,Fuzhou University,Fuzhou 350108,China )
Abstract:Based on the MCU system development with C language,the software architecture is
multilayer software framework model is used in the development of MCU application software,and the functions of
the system are separated and encapsulated to reduce the coupling between the four-layer architecture
model is designed,which includes controller main program layer,application modul