国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

51系列單片機教學實驗板硬件設計.doc

約68頁編號:45-259419DOC格式手機打開展開

51系列單片機教學實驗板硬件設計,摘要51系列單片機教學實驗板既是一塊用戶實驗板,又是一種功能強大而實用的單片機開發(fā)調試工具。它與傳統(tǒng)的教學實驗板相比有如下的優(yōu)點:(1)價格低廉。(2)使用簡單方便,只要有帶rs232串口的pc機就能進行實驗。(3)功能全,基本上具備單片機常用的接口,如數模轉換、模數轉換、存儲器、led數碼管顯示、鍵盤人機接口、并行接...
617.50K
分類: 論文>通信/電子論文

內容介紹

此文檔由會員 wanli1988go 發(fā)布

摘要
51系列單片機教學實驗板既是一塊用戶實驗板,又是一種功能強大而實用的單片機開發(fā)調試工具。
它與傳統(tǒng)的教學實驗板相比有如下的優(yōu)點:(1)價格低廉。(2)使用簡單方便,只要有帶RS232串口的PC機就能進行實驗。(3)功能全,基本上具備單片機常用的接口,如數模轉換、模數轉換、存儲器、LED數碼管顯示、鍵盤人機接口、并行接口、串行接口,等等。
采用本仿真開發(fā)實驗板,可使初學者迅速掌握單片機原理及應用,熟悉匯編語言、甚至單片機C語言。用本仿真開發(fā)實驗板,對用戶源程序進行實時在線調試,可極大地縮短單片機應用系統(tǒng)的開發(fā)時間。
關鍵詞:單片機;實驗板;接口電路;匯編語言













The hardware designed of 51 serial single chip processor teaching experiment board
ABSTRACT
51 serial single chip processor teaching experiment board is a user experiment board, and also a powerful and practical single chip processor develop and debug tools.
Compared with traditional teaching experiment board it has following advantages :( 1) Cheap. (2) It is simple and convenient to use , so long as can carry on the experiment with a PC with RS232. ( 3) With complete function, possess the common user interface of the basic single chip processor, the ADC block, the DAC block, the memory , HID(Human Interface Device, such as the LED and the key board) , parallel interface, serial interface , and so on.
With this experiment board, the beginners can easily to grasp the principle and application of the MCU,be familiar with assemble languages , even the C51 languages. The character of on system debug can shorten the time to study Develop experiment board with emulation this, carry on to user source program real-time to debug online, can shorten construction period of the application system of the single chip processor greatly.
Key words: single chip processor; experiment board; interface; assemble languages







目 錄
中文摘要
英文摘要
0前言..............................1
1硬件電路設計..........................2
1.1 仿真實驗板的概況.......................2
1.2 仿真實驗板的資源.......................2
1.3 電路原理圖說明 .......................4
1.3.1單片機最小系統(tǒng)的電路說明 ..................4
1.3.2 模數轉換器ADC0809的接口電路................6
1.3.3 數模轉換器DAC0832的接口電路................7
1.3.4 并行接口芯片8255A的接口電路................8
1.3.5 數據/程序存儲器HM62256................... 9
1.3.6 動態(tài)LED顯示與鍵盤.....................10
1.3.7 蜂鳴器驅動電路......................13
1.3.8 電源............................13
1.3.9 RS-232串行接口.......................14
2軟件電路設計.........................17
2.1 匯編由語言程序設計步驟...................17
2.2 軟件實驗..........................17
2.2.1 內外存儲器清零......................18
2.2.2 二進制轉換BCD碼以及BCD碼求和、相減............19
2.2.3 二進制轉換成ASCII.......................20
2.2.4 內存塊移動.........................21
2.2.5數據排序..........................23
2.2.6 程序跳轉表........................25
2.2.7 延時程序.........................26
2.3 硬件實驗..........................27
2.3.1 外部存儲器控制信號檢測以及讀寫實驗............27
2.3.2 D/A轉換實驗.......................28
2.3.3 A/D轉換實驗........................32
2.3.4 定時器實驗........................33
2.3.5 8255A輸入輸出實驗.................... 36
2.3.6 鍵盤掃描顯示實驗.....................38
總結..............................46
致謝..............................47
參考文獻............................48
附錄A
附錄B
附錄C



0前言
近幾十年來,單片機因其體積小,重量輕,耗能省,價格低,可靠性高和通用靈活等優(yōu)點,在生產過程控制,制動檢測,數據采集與處理,科技計算,商業(yè)管理和辦公室自動化等方面獲得了廣泛的應用。近幾年來,單片機的發(fā)展更為迅速,它已經滲透到許多學科和領域,以及人們生活的各個方面。單片機在各個科學技術領域中的迅速發(fā)展,與單片機所構成的技術及應用系統(tǒng)特點有關:
*單片機構成的應用系統(tǒng)有較大的可靠性。
*系統(tǒng)擴展和系統(tǒng)配置比較典型而規(guī)范,容易構成各種規(guī)模的應用系統(tǒng)。
*由于構成的應用系統(tǒng)是一個計算機系統(tǒng),相當多的測控功能由軟件實現,故具有柔性特點。
* 有優(yōu)異的性能價格比.
因此,單片機技術已經成為各高校自動化、測控、電子技術等相..