资源描述:
《基于dsp微控制器定时器》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着时代的进步,电子行业的发展,定时器的应用也越来越广泛。传统的机械式定时器,电动式定时器都是通过发条、交流同步步进电机或者石英步进电机进行驱动的。这种定时器精度不高,定时误差较大。相对于前两种定时器,电子式定时器体积小、重量轻、造价低、精度高、寿命长、而且安全可靠、调整方便、适于频繁使用。本次设计的题目是基于DSP微控制器定时器设计。本文设计了一种以TMS320F28335DSP微控制器为核心的定时器。利用内部定时器0和PIE外设中断扩展模块产生定时中断,并进行逆行计数。通过SPI串行外设接口在DSP和74HC1
2、64之间进行通信,进而实现在数码管上通过动态扫描显示定时时间。本系统通过矩阵键盘控制定时器开启和暂停。在定时器暂停时,还可以通过键盘重新输入定时初值。当定时结束时,还会通过LED灯闪烁报警,提示定时结束。关键词:定时器,DSP,TMS320F28335,串行外设接口,矩阵键盘第35页AbstractWiththeprogressofthetimesandthedevelopmentofelectronicindustry,thetimerisusedmoreandmorewidely.Thetraditionalmec
3、hanicaltimer,electrictimerisdrivedthroughthespring,ACsynchronousmotororquartzsteppermotor.Theaccuracyofthistimerisnothighandtheerrorislarge.Comparedwiththeformertwotimer,electronictimerhassmallvolume,lightweight,lowcost,highprecision,longservicelife,andelectroni
4、ctimerissafetyandreliability,convenientadjustment,suitableforfrequentuse.ThetopicofthisdesignistimerdesignbasedontheDSPmicrocontroller.ThispaperdesignsatimerwiththecoreofTMS320F28335DSPmicrocontroller.Generatingatimerinterruptandcountingretrogradelybyusingtheint
5、ernaltimer0andPIEperipheralinterruptexpansionmodule.CommunicatebetweenDSPand74HC164throughtheSPIserialperipheralinterface,soastoachievedisplayingtimeonthedigitaltubebydynamicscanning.Thesystemisturnedonandpausedthroughthematrixkeyboard.Inthetimerpause,initialval
6、uecanbeinputedthroughthekeyboard.Whenthetimingisover,systemwillalarmthroughLEDlightsflashing,promptingtheendoftiming.KeyWords:timer,DSP,TMS320F28335,SPI,matrixkeyboard第35页目录1绪论11.1系统背景11.1.1定时器的分类11.1.2定时器的应用21.2定时器系统概述21.3定时器设计及实现的功能21.3.1设计过程21.3.2定时器方案的确定31.3
7、.3定时器的功能32定时器系统的硬件设计42.1总体硬件设计42.2DSP微控制器52.3定时器中断的实现62.3.1DSP内部定时器62.3.2PIE外设中断扩展模块72.4数码管显示电路82.4.1SPI串行外设接口92.4.274HC164122.4.3数码管132.5按键控制电路16第35页2.5.1矩阵键盘的概述162.5.2矩阵键盘的硬件设计162.5.3按键接口的消抖172.6LED显示电路183定时器软件的设计193.1主函数程序设计193.2SPI的初始化193.3定时器、数码管,按键及其他外设的初始
8、化213.3.1定时器的初始化213.3.2其他外设的初始化213.4cpu中断及其PIE的设置223.5设置定时器0的周期、打开定时器、看门狗和开中断223.5.1设定定时器的周期223.5.2打开定时器223.5.3开中断233.5.4开启看门狗233.6主要功能的实现233.6.1定时器中断子程序的设计233.6.2SPI通