本程序有友善之臂提供,為2440開發板的示例程序,請使用ADS編譯。 簡單使用說明: 使用H-Jtag或者更高級的仿真器調試,也可以不使用仿真器,借助supervivi的Download & Run功能測試, 下載的時候把DNW的下載地址設置為 0x30000000 即可。 本程序支持如下LCD: - NEC3.5"真彩LCD,分辨率240x320 - 7寸真彩LCD, 分辨率800x480 - VGA擴展模塊,分辨率1024x768@70Hz 若要在LCD上正常顯示CMOS攝像頭,只需在Option.h文件中 改變LCD_TYPE的定義為相應的LCD即可。
標簽: 程序
上傳時間: 2017-06-22
上傳用戶:wweqas
If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
標簽: sourcecodes registered Please docume
上傳時間: 2014-11-30
上傳用戶:小草123
If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files). Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
標簽: sourcecodes registered Please docume
上傳時間: 2017-06-28
上傳用戶:我干你啊
MTK flash TOOL源程序代碼 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size. 2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM. New features: 1. [DA] Supports new NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P [TOSHIBA] TV00560002DDGB 2. [DA] Supports OTP driver for below NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P Enhancements: 1. [DA] Provide Customized FlashTest_AllInOne_DA.bin. 2. [DA] NFB can auto format after first download. 3. [DA] Improve DA download algorithm: next sector will be erased only when a sector is fully programmed. 4. [DA] Improve DA download algorithm: enable recovery mechanism when press STOP button. 5. [DA] Improve MT6223 Download Speed.
上傳時間: 2014-01-04
上傳用戶:xg262122
-- ------------------------------------------------------------------------------------ -- DESCRIPTION : Demultiplexer -- Width: 8 -- Number of terminals: 4 -- Output enable active: HIGH -- Output active : HIGH -- Download from : http://www.pld.com.cn ------------------------------------------------------------------------------------
標簽: DESCRIP
上傳時間: 2013-12-27
上傳用戶:wangzhen1990
-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
標簽: Hamming produced Decoder decoder
上傳時間: 2017-07-15
上傳用戶:520
單片機與電腦進行串口數據通訊試驗,采用STC的單片機,需要STC的串口通訊軟件,大家可以到STC主頁下載上位機軟件
上傳時間: 2014-01-14
上傳用戶:ls530720646
該程序是遠程電話控制系統程序,DTMF芯片采用MT8888,單片機采用的是STC公司的89系列的單片機進行的系統開發。軟件編譯環境為windows下的keil c51系統。
上傳時間: 2013-12-26
上傳用戶:hakim
If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
標簽: sourcecodes registered Please docume
上傳時間: 2017-07-26
上傳用戶:330402686
原創:VxWorks 動態加載的應用 實現目標模塊的動態加載有很多中方法,如在主機環境的界面上通過在目標模塊上單擊鼠標右鍵,選擇“Download 文件名”;也可以通過wShell和GDB命令行窗口實現。本文通過tshell下使用ld( )、 loadModule( )、loadModuleAt( )中一個函數來實現,當然在代碼中也可以自如的調用它們。
上傳時間: 2013-12-29
上傳用戶:miaochun888