這是一個ARM2410A的I/O字符驅動程序,有很好的框架,很有參考價值。以驅動LED,及按鍵為例。培訓班內部資料
上傳時間: 2014-01-18
上傳用戶:zhengzg
實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。
上傳時間: 2014-11-23
上傳用戶:shanml
This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s.
標簽: Workbench for the Embedded
上傳時間: 2013-12-20
上傳用戶:Breathe0125
自己設計的pic單片機開發板源程序和說明書(內有原理圖)支持pic16系列28腳和40腳器件。串口輸出信息。4個LED數碼管驅動;4個LED驅動;4個按鍵驅動;1個RS232接口;1個RS485接口;板載IIC存儲器24C02驅動,;實時時鐘;1Wire溫度傳感器;4通道功率輸出驅動;2個繼電器驅動;1個蜂鳴器; 2個通道AD轉換(使用1個); 紅外收發(保留); 擴展I/O接口; 按鍵復位電路; 板載ICSP接口。通過ICD2可在線編程,調試;復用IO均采用撥動開關控制。
上傳時間: 2016-08-26
上傳用戶:wang0123456789
S08例程:本程序是I/O模塊的例程,所用資源為單片機通用IO接口,所接器件為LED燈, 其中D2與PTA0,D3與PTA1相連接!
上傳時間: 2013-12-27
上傳用戶:zhoujunzhen
pic控制的led燈的循環點亮模式,八個LED,高電平點亮,可用于I/O口及其它信號狀態的觀測。
上傳時間: 2016-10-13
上傳用戶:txfyddz
pic單片機c口的控制 單片機相應的I/O口設置為輸出口,輸出高電平時LED點亮,反之,LED不亮。利用軟件延時的辦法實現05S延時,實現LED流水燈的效果。
上傳時間: 2016-10-13
上傳用戶:tianyi223
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上傳時間: 2013-12-13
上傳用戶:himbly
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上傳時間: 2014-01-20
上傳用戶:三人用菜
LED的顯示功能,以及步進電機的驅動程序,打開程序后見程序中的I/O的備注就可以,只作為參考
標簽: LED
上傳時間: 2013-11-29
上傳用戶:ghostparker