內(nèi)容簡(jiǎn)介:
畢業(yè)論文 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板 共29頁(yè),12961字
摘要 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板是一塊用戶實(shí)驗(yàn)板,這塊實(shí)驗(yàn)板采用ATMEL公司的AT89S52為主芯片。又是一種功能強(qiáng)大而實(shí)用的單片機(jī)開發(fā)調(diào)試工具,它充分利用PC機(jī)的系統(tǒng)資源,使用戶可以輕松完成8051單片機(jī)應(yīng)用系統(tǒng)的仿真調(diào)試工作,從而省去了價(jià)格昂貴的仿真器。用戶在PC機(jī)上完成軟件程序的、編輯、編譯、連接、,通過串行口通信方式將目標(biāo)程序下載到89S52仿真開發(fā)實(shí)驗(yàn)板中。由于本實(shí)驗(yàn)板采用直接連接方式,故不存在單片機(jī)地址分配問題。實(shí)驗(yàn)板上預(yù)留了插針作為擴(kuò)展區(qū)域,并將單片機(jī)的引腳全部引出,可作為外部仿真頭使用。擴(kuò)展了MAX232、24C02、7805、DS1302、蜂鳴器、按鍵和LED顯示電路,板上還安裝了8位數(shù)碼管,多個(gè)發(fā)光二極管,振蕩器,時(shí)鐘模塊等。使用這塊實(shí)驗(yàn)板可以進(jìn)行流水燈、人機(jī)界面程序設(shè)計(jì)、音響、中斷、計(jì)數(shù)器等基本編程練習(xí),還可以學(xué)習(xí)I2C接口芯片使用、SPI接口芯片使用、與PC機(jī)進(jìn)行串行通訊等目前較為流行的技術(shù)。采用仿真實(shí)驗(yàn)板,可使初學(xué)者迅速掌握單片機(jī)原理及應(yīng)用,熟悉匯編語(yǔ)言,甚至單片機(jī)C語(yǔ)言。用本仿真開發(fā)板,對(duì)用戶源程序進(jìn)行實(shí)時(shí)在線調(diào)試,可極大地縮短單片機(jī)應(yīng)用系統(tǒng)的開發(fā)時(shí)間。
關(guān)鍵詞: 單片機(jī) 串行通信 數(shù)碼管 時(shí)鐘電路
8 Single -Chip Microcomputer expreiment plank in a fingures tube
Abstract 8 digital experiment of SCM is a user-board experiments, this experimental board adopted ATMEL AT89S52-based company’s chips. Is a powerful and practical tool for debugging the development of SCM, which make full use of a PC’s system resources so that users can easily complete the 8051 SCM application system simulation debugging, so as to avoid the high cost of the simulator. Users on PC software to complete the process, edit, compile, link, through the serial port communication procedures will target 89 S52 downloaded to the development of simulation experiments in the board. As the experimental board of direct connections, the address does not exist SCM distribution. Experimental board for the pin as the expansion of regional and SCM pin all the leads, the first simulation can be used as external use. Expansion of the MAX232, 24C02, 7805, DS1302, buzzer, buttons and LED display circuit board also installed eight digital control, a number of light-emitting diode, oscillator, clock module. Experimental use of this board can flow lights, man-machine interface program design, audio, interruption, counters and other basic programming practice, you can also learn I2C interface chips, SPI interface chip to use, and PC serial communications Currently more popular technology. Use of simulation board, beginners can quickly grasp and application of principles of SCM, familiar with the compilation of language, even SCM C language. With the simulation development board, the source of real-time online users debug, can greatly shorten the SCM application systemdevelopment time.
Key words: Single-Chip Microcomputer Serial Commmuication Digital control Clock circuit
目 錄
引言…………………………………………………………………………………1
第一章 單片機(jī)概述 …………………………………………………………… 1
1.1 什么是單片機(jī) …………………………………………………………… 1
1.2 單片機(jī)的應(yīng)用范圍 ……………………………………………………… 2
第二章 AT89S52單片機(jī)簡(jiǎn)介 …………………………………………………2
2.1 AT89S52基本的說明 ………………………………………………………2
2.2 AT89S52內(nèi)部資源………………………………………… 3
2.3 AT89S52的引腳圖和邏輯符號(hào)圖及引腳說明 …………………………… 3
2.4 AT89S52的中斷應(yīng)用和中斷源 …………………………………………… 5
第三章 LED數(shù)碼顯示管………………………………………………………… 5
3.1 LED數(shù)碼管顯示的簡(jiǎn)介 …………………………………………………… 5
3.2數(shù)碼管的分類 ……………………………………………………………… 6
3.3數(shù)碼管的驅(qū)動(dòng)方式 ………………………………………………………… 6
第四章 MAX232雙組驅(qū)動(dòng)器/接收器………………………………………… 7
4.1 MAX232的一般說明及特點(diǎn) ……………………………………………… 7
4.2 MAX232的引腳排列及應(yīng)用范圍 ………………………………………… 7
第五章 串行時(shí)鐘電路DS1302………………………………………………… 8
5.1 DS1302串行時(shí)鐘電路概述 ……………………………………………… 8
5.2 DS1302的控制字節(jié)及數(shù)據(jù)的輸入輸出 ………………………………… 9
5.3 DS1302的復(fù)位操作及寄存器 …………………………………………… 10
第六章 硬件電路介紹……………………………………………………… 11
6.1 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板的原理結(jié)構(gòu)圖 …………………………………… 11
6.2 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板的原理圖 ………………………………… 11
6.3 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板主要組成電路介紹 ……………………13
6.4 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板的工作原理 ………………………………… 15
第七章 8位數(shù)碼管單片機(jī)實(shí)驗(yàn)板的制作………………………………… 16
7.1 用Protel99se制作印制電路板 ……………………………………… 16
7.2 元器件的安裝及測(cè)試 ………………………………………………… 18
結(jié)論……………………………………………………………………………… 23
致謝……………………………………………………………………………… 24
參考文獻(xiàn)………………………………………………………………………… 25
相關(guān)說明:
1. 如您下載的資料不止一份,建議您注冊(cè)成為本站會(huì)員。會(huì)員請(qǐng)登錄后下載。
2. 會(huì)員購(gòu)買金幣50元以下,0.7元/個(gè),50元以上,0.5元/個(gè)。具體請(qǐng)看:下載與付款。
3. 會(huì)員48小時(shí)內(nèi)下載同一文件,不重復(fù)扣金幣。
4. 下載后請(qǐng)用WinRAR或 WinZIP解壓縮后使用。
5. 如仍有其他下載問題,請(qǐng)看常見問題解答。
下載地址:
|