CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DSP CMD

搜索资源列表

  1. Dsp2407Key_Interrupt

    0下载:
  2. 一个自己开发的按键程序及中断处理程序。该程序为DSP2407开发,程序中演示了如何正确处理中断,在多个中断时只需要在GISR中嵌入新的中断子程序即可。注意intterupt关键词,保证程序保留操作环境各参数,并在返回时还原各寄存器参数。按键控制为矩阵式,中断中实现。mcDSP.cmd 需要根据你自己的硬件环境配置。文件包中已带rts2xx.lib。-this is a program teaches you how to use intterupt and key (matrix pattern
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:14814
    • 提供者:weibo
  1. cmdwriting

    0下载:
  2. 基于DSP开发环境CCS下的存储空间配置文件.cmd的编写介绍-CCS-based DSP development environment, the link under the cmd file describes the preparation of
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:76518
    • 提供者:颜纪迅
  1. 79419143SourceCode05_I2CLED

    0下载:
  2. 2812标准的cmd文件 适合初学者仔细学习-configure dsp 2812 memory cmd configure file study study dsp 2812 memory cmd configure file study study
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:95609
    • 提供者:任小
  1. dsp_5502_lcd

    1下载:
  2. 自己写的使用TMS320VC5502的MCBSP端口作为GPIO来控制LCD(12864)的程序,程序可以直接在DSP上运行,包含CMD文件,GPIO驱动的编写,可以作为学习DSP的最基本,入门的例程。-my own code than using TMS320VC5502 MCBSP port as GPIO to control the LCD (12864) , the program can run directly on the DSP, including the CMD file,
  3. 所属分类:DSP program

    • 发布日期:2015-12-15
    • 文件大小:671386
    • 提供者:zhongyh
  1. aboutCMD

    0下载:
  2. 是DSP编程时编写CMD文件时用的资料,这个文档详细讲述了CMD文件的原理,非常好的资料。-DSP programming is CMD file with the preparation of the information, this document describes in detail the principle of CMD files, very good information.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:255505
    • 提供者:Ann
  1. DSPfir

    0下载:
  2. 基于C55X的DSP 滤波器设计源程序,含CMD文件,可以直接运行查看结果。-C55X DSP filter design based on the source, including CMD file can be run directly view the results.
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:2138
    • 提供者:suoliang
  1. DSP_CMD

    0下载:
  2. 本Word介绍了DSP中CMD文件相关内容-This Word document describes the DSP, related content CMD
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:24270
    • 提供者:feipan
  1. EX06_ExRam

    0下载:
  2. 通过学习本DSP程序与外部RAM的读写数据,能够为以后写比较大的程序时,在仿真运行时内部RAM不够用时,可利用外部RAM来进行,当然这需要.CMD文件来配置。-The DSP program by learning to read and write data to external RAM can be written for future large program, the internal RAM in the simulation run time is not enough, you
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:236818
    • 提供者:邓鼎新
  1. TMS320C5000DSP

    0下载:
  2. TMS320C5000系统结构 TMS320VC55xx系列DSP的外设 汇编语言程序和.cmd文件设计 -TMS320C5000 DSP system architecture TMS320VC55xx series of assembly language programs and peripherals. Cmd file design
  3. 所属分类:DSP program

    • 发布日期:2017-05-11
    • 文件大小:3011909
    • 提供者:leeming
  1. CMD_on_DSP

    0下载:
  2. 深入了解TI DSP平台CMD文件的原理和编写技巧-TI DSP platforms CMD-depth understanding of the principles and the preparation of documentation skills
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:243067
    • 提供者:aa
  1. tidcs

    0下载:
  2. 2812 DSP开发头文件 包括寄存器设置 CMD文件-dsp2812 headers
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1075992
    • 提供者:萧亮
  1. 2812CMD

    0下载:
  2. DSP tmsF2812的另外一个CMD文件,比较通用。满足一般的编程-DSP tmsF2812 CMD file another, more universal. Programming to meet the general
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:134192
    • 提供者:鸭子
  1. 1

    0下载:
  2. DSP如果是CE以上版本的需要用新的烧写库跟CMD文件-DSP
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:627
    • 提供者:吴士际
  1. 54DSP

    0下载:
  2. 详细介绍54系列dsp的应用,包括CMD文件的创建方法,资源介绍很详细-Details 54 series dsp applications, including CMD file is created, the resource descr iption is very detailed
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:150489
    • 提供者:王宝文
  1. dsp_interruput

    0下载:
  2. dsp的中断程序,完整的工程,且有注释,运行正确。其中包含CMD文件等,还有中断的具体操作,对于初学者有很大的帮助。-DSP interruption program, complete project, and have comments, run correctly. Contains CMD files, etc, and interrupted the specific operation for beginners are of great help.
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:147989
    • 提供者:pipi
  1. dsp2812_gpio

    0下载:
  2. DSP TMS320F2812 的端口的基本操作的完整的工程文件,其中包括CMD文件的编写,还有齐全的库文件,是一个很好的学习资料。-DSP TMS320F2812 the basic operation of the port of the complete engineering documents, including CMD documents, and the writing of the complete libraries, is a very good learning mate
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:261825
    • 提供者:pipi
  1. DSPCMD

    0下载:
  2. DSP中CMD文件使用的一些方法与经验介绍。-CMD file in DSP and experience with some of the ways described.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:237474
    • 提供者:lixingfu
  1. biancheng

    0下载:
  2. 包涵dsp头文件,库文件,cmd文件和源文件-Includes DSP header files, libraries, CMD files and source files
  3. 所属分类:DSP program

    • 发布日期:2017-05-12
    • 文件大小:2816258
    • 提供者:yan
  1. system

    0下载:
  2. TMS320F240开发时,使用的CMD文件,配置DSP中的RAM,ROM地址-The TMS320F240 development, use the CMD file, configure the DSP, RAM, ROM address
  3. 所属分类:DSP program

    • 发布日期:2017-11-30
    • 文件大小:569
    • 提供者:高凡
  1. sim28xx

    0下载:
  2. DSP 28xx 头文件 cmd文件 库文件 280x 281x 282x 283x-280x 281x 282x 283x DSP 28xx header file cmd file library files
  3. 所属分类:DSP program

    • 发布日期:2017-11-22
    • 文件大小:202264
    • 提供者:ji
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com