資源描述:
《基于jtag ice的avr畢業(yè)設計論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、基于JTAGICE的AVR單片機開發(fā)系統(tǒng)的軟件設計基于JTAGICE的AVR單片機開發(fā)系統(tǒng)的軟件設計[摘要]本課題介紹基于JTAGICE的AVR單片機開發(fā)系統(tǒng)的軟件設計。系統(tǒng)采用C語言編程方法。課題以自主研發(fā)的AVR單片機開發(fā)平臺為基礎(chǔ)。使用了ICCAVR、AVRStudio和串口調(diào)試等軟件,為系統(tǒng)各個模塊及整體開發(fā)程序,進而講述了本系統(tǒng)的各項功能。其中串口調(diào)試軟件是使用VC++自主開發(fā)。整個開發(fā)平臺有顯示、按鍵、ADC、DAC、蜂鳴器、紅外、串行通信、I2C通信、SPI通信等模塊。各個模塊都編寫有相應的例程。通過這些例程結(jié)合開發(fā)系統(tǒng)可以很
2、容易地學會AVR的各種功能。另外,在學會各個模塊化功能的基礎(chǔ)上,編寫了一個開發(fā)系統(tǒng)整體程序。把系統(tǒng)上面所有的資源盡量都用上,使讀者對此系統(tǒng)有更深入的了解。經(jīng)過對此AVR單片機開發(fā)系統(tǒng)的講解,讀者會對中高檔單片機有一個深刻的了解,對以后工作或?qū)W習ARM等更高端產(chǎn)品都會有很大幫助。在以后的推廣中,可以替代51單片機的位置。使用戶在單片機領(lǐng)域提高一個檔次。[關(guān)鍵詞]AVR單片機;ICCAVR;AVRStudio;開發(fā)平臺;串口調(diào)試 22基于JTAGICE的AVR單片機開發(fā)系統(tǒng)的軟件設計TheAVRJTAGICE-basedMicrocontrol
3、lerDevelopmentSystemSoftwareDesignAutomationSpecialtyZHANGZhao-weiAbstract:ThistopicdescribestheAVRJTAGICE-basedmicrocontrollerdevelopmentsystemsoftwaredesign.SystemusestheClanguageprogramming.SubjecttoindependentresearchanddevelopmentoftheAVRmicrocontrollerdevelopmentplat
4、form.UsetheICCAVR,AVRStudioandserialdebuggingsoftwaremodulesforthesystemandtheoveralldevelopmentprocess,andthendescribedthefeaturesofthissystem.OneserialportdebuggingsoftwareisdevelopedusingVC++.Showingtheentiredevelopmentplatform,buttons,ADC,DAC,buzzers,infrared,serialcom
5、munication,I2Ccommunication,SPIcommunicationmodule.Thepreparationofeachmodulehasacorrespondingroutine.DevelopmentsystemthroughthecombinationoftheseroutinescaneasilylearnvariousfunctionsofAVR.Inaddition,learnthevariousmodularfeaturesbasedonthepreparationofadevelopmentsystem
6、asawholeprogram.Thesystemalloftheaboveresourceshavetospendasmuchaspossible,sothatreadershaveadeeperunderstandingofthesystem.AfterthisbriefAVRmicrocontrollerdevelopmentsystem,high-gradereaderswillhaveaprofoundunderstandingofmicrocontroller,afterworkorstudyonARMandothermoreh
7、igh-endproductswillbeofgreathelp.Promotioninthefuture,youcanreplace51single-chiplocation.AllowstheusertoimproveagradeintheSCMarea.Keywords:AVRmicrocontroller;ICCAVR;AVRStudio;developmentplatform;serialdebug22基于JTAGICE的AVR單片機開發(fā)系統(tǒng)的軟件設計目錄1引言11.1課題背景及意義11.2國內(nèi)外研究現(xiàn)狀11.3論文組織結(jié)構(gòu)21.
8、3本章小結(jié)22關(guān)鍵技術(shù)分析22.1系統(tǒng)所用到的軟件介紹22.2ICCAVR軟件介紹22.3AVRStudio軟件介紹52.4串口調(diào)試軟件的介紹82.5本章小結(jié)93系統(tǒng)主要功能模塊