虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

STc-Download

  • 本程序有友善之臂提供

    本程序有友善之臂提供,为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/docume

    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/docume

    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

    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.

    标签: FlashTool flash fixes 05

    上传时间: 2014-01-04

    上传用户:xg262122

  • -- ------------------------------------------------------------------------------------ -- DESCRIP

    -- ------------------------------------------------------------------------------------ -- 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 a

    -- 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/docume

    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 动态加载的应用 实现目标模块的动态加载有很多中方法

    原创:VxWorks 动态加载的应用 实现目标模块的动态加载有很多中方法,如在主机环境的界面上通过在目标模块上单击鼠标右键,选择“Download 文件名”;也可以通过wShell和GDB命令行窗口实现。本文通过tshell下使用ld( )、 loadModule( )、loadModuleAt( )中一个函数来实现,当然在代码中也可以自如的调用它们。

    标签: VxWorks 动态加载 模块

    上传时间: 2013-12-29

    上传用户:miaochun888