CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 DSP编程 搜索资源 - initialization code

搜索资源列表

  1. DSPBIOS启动源码

    0下载:
  2. DSP启动源代码,功能:初始化堆栈段,初始化数据段,跳转到main函数。-start DSP source code functions : initialization stack of data initialization of the Jump to the main function.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:3236
    • 提供者:王刚
  1. 系统启动

    0下载:
  2. DSP系统启动源代码。实现系统的初始化,和调用用户函数。-DSP boot source code. Achieving system initialization, and the use of a user function.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1898
    • 提供者:王刚
  1. tms320vc5402_ini

    0下载:
  2. tms320vc5402_ini.c(tms320vc5402初始化样例代码)-tms320vc5402_ini.c (sample initialization tms320vc5402 code)
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:cjl
  1. demo_code_for_S3C44B0X

    0下载:
  2. 三星44b0的测试程序, C语言代码主要是应用代码,包括: 设置使用指令缓存; 修改系统主时钟为32MHz; IO端口功能、方向设定; 初始化中断; 初始化DMF50081液晶模块; 蜂鸣器测试; 液晶显示测试; LED输出测试; 定时器、PWM测试等; -Samsung 44b0 testing procedures, C language code is the main application code, including : the esta
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:18503
    • 提供者:wohulf
  1. DSP28_Gpio

    0下载:
  2. 这是DSP2812的P口设置以及初始化程序员代码,希望大家借鉴一下!非常值得学习!-P mouth set and initialization code programmers, hope that we learn from this! very worthwhile learning!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:950
    • 提供者:辛庆
  1. TMS320LF2812

    0下载:
  2. TI DSP芯片TMS320LF2812 完整结构形式头文件及相应的模块初始化C代码.rar-TI DSP chip TMS320LF2812 complete structure header files and corresponding C code module initialization. Rar
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:389176
    • 提供者:王磊
  1. 642EVM_INIT

    0下载:
  2. DM642上电之后初始化的代码,包括EMIF的初始化,I2C GPIO的使能,VP0 VP1 VP2的使能,已经MCBSP MCASP的使能-DM642 on electricity after the initialization code, including the EMIF initialization, I2C GPIO enabling, VP0 VP1 VP2 enabling, has enabled the MCBSP MCASP
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:148652
    • 提供者:王静雅
  1. ezkitBF5xx_initcode_asm_Rev3.0_20080506

    0下载:
  2. General EXAMPLE project for initialization code. This file will be executed on the processor prior to application code BOOTING.
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:48472
    • 提供者:viv
  1. example

    0下载:
  2. This directory contains an example ADSP-BF533 subroutine that demonstrates how to create a loader file for the BF533 EZ-KIT, initialization code to load a program from SDRAM, and use the FlashProgrammer utility to download the file to the flash
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:22385
    • 提供者:viv
  1. DM642

    0下载:
  2. c语言编译下的DM642 I2C和EMIF接口的初始化寄存器设置代码-c language compiler and the DM642 I2C interface EMIF register settings of the initialization code
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:148814
    • 提供者:msaka
  1. dsdsds

    0下载:
  2. ADI的Blackfin初始化代码范例,做DSP软件编程的可以学习一下,代码来自官网。-ADI' s Blackfin initialization code examples, do DSP software programming can learn about the code from the official website.
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:53050
    • 提供者:礼宾
  1. EX01_CpuTimer0

    0下载:
  2. DSp 定时器0 的初始化及简单的的应用,各位朋友可以在,此基础上改写自己的程序,本代码已经在ccs3.1下调试-DSp Timer 0 Initialization and simple applications, you can be friends, this procedure based on rewriting their own, the debug code has been ccs3.1
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:284008
    • 提供者:李寅
  1. ISP1581

    0下载:
  2. 本文件夹中的代码是“ISP1581”的驱动代码。 main.c 该文件包括了main主函数以及ISP1581的初始化函数 usb_protocol.C 该文件包括了USB协议中的每个环节,包括枚举全过程等,读者可参考USB协议的第九章,比对学习,加深对USB协议的理解-The code in this folder is " ISP1581" the driver code. The file main.c contains the main functio
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:5333
    • 提供者:小胖
  1. TL16C550A

    0下载:
  2. 本文件夹中的代码是“TL16C550A”的驱动代码。 main.c 该文件包括了main主函数以及TL16C550A的初始化函数 TL16C550A.C 该文件包括了TL16C550读写寄存器、重启芯片等函数。-The code in this folder is " TL16C550A" the driver code. The file main.c contains the main function and the main initializati
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:2530
    • 提供者:小胖
  1. EDMA_module

    0下载:
  2. 本文件夹中的代码是“EDMA模块”的相应代码。 EDMA.c 该文件是操作EDMA的代码,包括寄存器定义、初始化等子函数。-The code in this folder is " EDMA module" of the corresponding code. EDMA.c the file is operating EDMA code, including the register definition, initialization and other Func
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:939
    • 提供者:小胖
  1. DEC6713_8019

    0下载:
  2. 本代码主要实现的是DSP6713对网口芯片RTL8019AS的初始化以及TCP/IP协议的移植。-The code is mainly achieved on the network port DSP6713 chip initialization RTL8019AS and TCP/IP protocol of transplantation.
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:349052
    • 提供者:songtao
  1. timer

    0下载:
  2. DSP2812 关于定时器的程序 包含所有外设及初始化代码 编译在板子上调是通过-DSP2812 on the timer program contains initialization code for all peripherals and compiled by the board increase
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:134838
    • 提供者:lishaodi
  1. DSP-uart

    0下载:
  2. DSP串口通信的软件设计及初始化,给出了代码和使用说明。-DSP serial communication software design and initialization code and instructions for use.
  3. 所属分类:DSP program

    • 发布日期:2017-11-12
    • 文件大小:3796
    • 提供者:wangxingbin
  1. source

    0下载:
  2. 可用于DSP开发使用的.c源程序,包含所有基本模块的初始化代码-Can be used for DSP development. C source code, containing all the basic module initialization code
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:34566
    • 提供者:zhongxiaoming
  1. c6747

    0下载:
  2. 该工程文件使用CCS3.3可直接编译,主要是DSP C6747的初始化代码,详细使用了EDMA的数据接收。(The project file can be compiled directly with CCS3.3, mainly the initialization code of DSP C6747, and the data receiving of EDMA is used in detail.)
  3. 所属分类:DSP编程

    • 发布日期:2018-01-07
    • 文件大小:5000192
    • 提供者:king_mystery
« 12 3 »
搜珍网 www.dssz.com