资源描述:
《基于stm32的嵌入式操作系统程序设计及实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、.本科毕业论文(设计)论文题目:基于STM32的嵌入式操作系统程序设计及实现姓名:郝宇学号:093001020144班级:01班年级:2009级专业:电子信息工程学院:信息工程学院指导教师:丁光哲讲师完成时间:2013年5月20日...作者声明本毕业论文(设计)是在导师的指导下由本人独立撰写完成的,没有剽窃、抄袭、造假等违反道德、学术规范和其他侵权行为。对本论文(设计)的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。因本毕业论文(设计)引起的法律结果完全由本人承担。毕业论文(设计)成果归武昌工学院所有。特此声明作者专业:电
2、子信息工程作者学号:093001020144作者签名:年月日...基于STM32的嵌入式操作系统程序设计及实现郝宇TheDesignandImplementationofembeddedoperatingsystemprogrambasedonSTM32Hao,Yu2013年5月20日...摘要随着科学技术不断的进步,工业生产越来越先进复杂,操作系统µC/OS-II是高效、稳定、可靠、节能的系统,广泛应用安防,消费电子中。而基于Cortex-M3架构下的STM32是一款性价比优越新型微处理器,将µC/OS-II移植到STM32上能够
3、发挥其高效的性能,从而投入社会生产,制造出很多有用又实惠的电子产品,为我们的生活带来便利。本文主要的研究内容是µC/OS-II操作系统理论分析、移植方法、应用程序设计及调试仿真实现。首先,对µC/OS-II的理论分析,研究其实际应用及系统结构;其次,分析STM32硬件平台及µC/OS-II的移植需求;最后,在µC/OS-II上开发LCD,LED,按键KEY等应用程序,并对多任务系统调试分析。主要研究结论如下:(1)µC/OS-II操作系统主要分为任务管理、内存管理和时间管理三大部分,其间通信是通过消息队列和消邮箱。(2)µC/OS-
4、II移植主要在OS_CPU.H,OS_CPU_C.C,OS_CPU_A.ASM三个文件中,涉及到数据类型、堆栈、中断定义和任务切换等。(3)应用程序设计优先级分配要合理,硬件平台初始化模块化处理。关键词:嵌入式系统;µC/OS-II;移植...AbstractWiththeprogressofscienceandtechnologyconstantly,advancedindustrialproductiontomorecomplex,theoperatingsystemµC/OS-IIisefficient,stable,reli
5、able,energysavingsystem,widelyusedinthesecurity,andconsumerelectronics.AndbasedontheSTM32architectureCortex-M3frameworkisasuperiorcost-effectivenewmicroprocessor,µC/OS-IItransplantationtoSTM32canplayitsefficientperformance,thusinsocialproductionandcreatealotofusefuland
6、affordableelectronicproduct,bringconveniencetoourlives.ThisarticlemainresearchcontentisµC/OS-IIoperatingsystemtheoryanalysis,methodoftransplantation,applicationdesignanddebuggingofthesimulationimplementation.Firstofall,thetheoreticalanalysisofµC/OS-II,researchtheactual
7、applicationandsystemstructure;Second,analysisofSTM32hardwareplatformandthedemandµC/OS-IItransplantation.Finally,ontheµC/OS-IIdevelopmentofLCD,LED,buttonKEYapplications,andanalysisofmultitaskingsystemdebugging.Mainresearchconclusionisasfollows:(1)µC/OS-IIoperatingsystem
8、consistsofthreemajortaskmanagement,memorymanagementandtimemanagement,inwhichcommunicationisthroughthemessagequeueande