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

搜索资源列表

  1. RAM读写程序共享

    0下载:
  2. TI公司DM642 DSP的RAM读写驱动程序例程-TI DM642 DSP RAM read and write routines Driver
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:85.97kb
    • 提供者:李力
  1. TMS320F2812读写外部RAM的C语言例程

    0下载:
  2. TMS320F2812读写外部RAM的C语言例程,TMS320F2812读写外部RAM的C语言例程,TMS320F2812 external RAM read and write the C language routines, TMS320F2812 external RAM read and write the C language routines
  3. 所属分类:DSP编程

    • 发布日期:2017-03-23
    • 文件大小:36.36kb
    • 提供者:王磊
  1. ExRam.rar

    0下载:
  2. tms320f2812读写外部ram的测试程序,经过测试,没有问题,TMS320F2812 read and write external ram testing procedures, after testing, there is no problem
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:75.43kb
    • 提供者:田二胜
  1. EXRAM

    0下载:
  2. 基于C5402的外部RAM读写程序,用C编写,很好理解,-C5402 external RAM-based read and write procedures, using C to prepare, a good understanding,
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:43.88kb
    • 提供者:老欧
  1. ex1_RAMTest

    0下载:
  2. (1)测试外部数据RAM: 根据我们定义的逻辑,外部RAM在数据空间中定义在0x8000-0xFFFF,共32k字,占据RAM中的低32K存储空间。提供2种测试方法,采用一种方式即可。 硬件仿真模式下,将目标板上电。 第一种方法:采用用程序测试实验 程序所在目录ex1_RAMTest。 该程序执行的功能是对外部数据RAM区0x8000-0xFFFF,从0x8000开始写并且读数据0x5555 。如果正常则写读下一个地址,直到 。如果正常则所有的地址操作完毕后,核心板
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:29.47kb
    • 提供者:To_oo
  1. dual-ram

    0下载:
  2. 实现双口RAM映射到DSP地址单元空间中,使得双口RAM直接读取DSP中的数据或程序。-Achieve dual-port RAM modules mapped to the DSP address space, making dual-port RAM directly read the data in the DSP or procedures.
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:2.23kb
    • 提供者:王正刚
  1. EX06_ExRam

    0下载:
  2. /*** *** *** *** *** *** *** *** *** *** *** *** ** 实验目的:通过学习DSP与外部RAM的读写数据 ** ** 实验说明:能够为以后写比较大的程序时,在仿真运行时内部RAM不够用 ** ** 时,可利用外部RAM来进行,当然这需要.CMD文件来配置 ** ** 实验结果:在指定位置设置断点后可观察通过函数来写到地址里面的值-/****************************************************
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:227.53kb
    • 提供者:周昂
  1. ADCcalibrationV11

    0下载:
  2. This example program runs from RAM on the EzDSP. It initializes the event manager to generate a periodic start of conversion (SOC) pulse to the ADC. This will trigger a conversion of the ADC and when completed the ADC will generate an interrupt. The
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:112.71kb
    • 提供者:诚仁
  1. ram

    0下载:
  2. dsp2812 扩展RAM和实时时钟的读写、测试程序-dsp2812 extend RAM and RTC read /test
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:560.58kb
    • 提供者:fanshengfang
  1. EXRAM

    0下载:
  2. 本程序通过DSP5402对外部扩展的RAM进行读写操作-This procedure DSP5402 external expansion through the RAM read and write operations
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:48.89kb
    • 提供者:付华东
  1. DSPsourcecode

    0下载:
  2. codec---录音回放实验 CpuTimer--TIMER0定时器实验 EXRAM--扩展RAM读写实验 led_flash--LED灯闪实验 McBSP--MCBSP接口的立体声警报实验 TCPIP--TCP/IP,UDP实验,网卡发送接收实验 wavDEMO--歌曲播放实验,AIC23播音实验 mp3demo--MP3播放实验(适用于mp3网络语音开发板) -audio playback codec--- exper
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:524.55kb
    • 提供者:Air
  1. 2812eepromdata

    0下载:
  2. 2812eeprom 读写程序,包括spi口配置,ram区读写,浮点数存储和读取。-2812eeprom read and write procedures, including spi port configuration, ram area to read and write, floating storage and read.
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:3.05kb
    • 提供者:dragonflyxu
  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
    • 文件大小:231.27kb
    • 提供者:邓鼎新
  1. dsp2812_RAMtest

    0下载:
  2. 本人作的dsp 2812读写外部ram的程序。根据硬件设计不同,有些修要更改,也可以把ram.c和main.c中的读写部分嵌入自己已有的程序中。-I made dsp 2812 read and write procedures for external ram. According to hardware design, some of the repair you want to change, but also can read and write ram.c and main.c par
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:34.72kb
    • 提供者:sunxuewu
  1. DSP-Flash

    0下载:
  2. 通过本程序学习外部FLASH实验,了解FLASH的读写。先是给外部RAM里面写写入数据,然后把数据写到外部FLASH里面。-Through this program the external FLASH experimental study to understand the FLASH read and write. First, write to the external RAM to write data inside, and then write data to an external
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:233.21kb
    • 提供者:邓鼎新
  1. ExRam

    0下载:
  2. TMS320LF2812访问外部RAM空间,与外部RAM可以实现读写数据,很实用的例程代码-TMS320LF2812 access to external RAM space, and external RAM can read and write data, the code is very useful routine
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:108.12kb
    • 提供者:zhangjie
  1. PP_EXRAM

    1下载:
  2. DSP28XX的外部RAM编程实现,可以对外扩RAM读写,已成功验证,放心下载!-DSP28XX external RAM programming, expansion of external RAM can read and write, has been successfully verified, rest assured Download!
  3. 所属分类:DSP program

    • 发布日期:2017-05-04
    • 文件大小:1.37mb
    • 提供者:吴晓波
  1. F2812_ExRam

    0下载:
  2. F2812 扩展外部RAM实现读写数据(CCS3.3开发环境) 功 能:访问外部RAM空间,与外部RAM可以实现读写数据 说 明:本实验中,请在RamRead(0x4000)这一行设置断点,当运行至断点时,点击view然后点击memory来查看存储空间,Address填写0x00100000,点击ok,就能看到从0x00100000开始,各个存储单元的值从0开始递增。-F2812 to achieve extended external RAM read and write data (CCS3
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:87.33kb
    • 提供者:奋斗不止
  1. F2812_EXFlash

    0下载:
  2. F2812扩展外部Flash,实现读写数据。(CCS3.3开发环境下) 功 能:访问外部Flash空间,与外部Flash可以实现读写数据 说 明:本实验是和外部RAM实验连起来的,先给外部RAM进行写数据操作,然后再把RAM里的数据写到外部FLASH中。本实验中,请在BlockErase(0)这一行设置断点,当运行至断点时,点击view,然后点击memory来查看存储空间,Address填写0x00080000,点击ok,就能看到从0x00080000开始,各个存储单元的值从0开始递增。-F
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:87.15kb
    • 提供者:奋斗不止
  1. ram

    0下载:
  2. dsp28335 读拓展RAM程序,可以用,实验过。不过需要一些硬件,-dsp28335 read RAM expansion program, can be used, experimented. But it needs some hardware,
  3. 所属分类:DSP program

    • 发布日期:2017-05-07
    • 文件大小:1.29mb
    • 提供者:JOHN
« 12 »
搜珍网 www.dssz.com