登录
首页 » Visual C++ » dma_ram_to_ram

dma_ram_to_ram

于 2020-06-19 发布
0 149
下载积分: 1 下载次数: 1

代码说明:

说明:  在CCS环境下,实现ram到ram的直接内存读功能(DMA)(In the CCS environment, the direct memory read function (DMA) from RAM to ram is realized.)

文件列表:

example6_dma_ram_to_ram, 0 , 2019-06-13
example6_dma_ram_to_ram\Debug, 0 , 2019-06-13
example6_dma_ram_to_ram\Debug\Example_2833xDMA_ram_to_ram.map, 31000 , 2016-07-30
example6_dma_ram_to_ram\Debug\Example_2833xDMA_ram_to_ram.out, 150440 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram, 0 , 2019-06-13
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram.pjt, 2008 , 2013-10-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.ccsproject, 294 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.cproject, 23675 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.launches, 0 , 2019-06-13
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.launches\Example6_2833xDMA_ram_to_ram.launch, 4540 , 2016-09-03
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.project, 3541 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.settings, 0 , 2019-06-13
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.settings\org.eclipse.cdt.codan.core.prefs, 62 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.settings\org.eclipse.cdt.debug.core.prefs, 123 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\.settings\org.eclipse.core.resources.prefs, 208 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug, 0 , 2019-06-13
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\ccsObjs.opt, 1049 , 2016-09-03
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_Adc.pp, 5256 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_DefaultIsr.pp, 5459 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_DMA.pp, 5256 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_GlobalVariableDefs.pp, 4197 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_PieCtrl.pp, 5372 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_PieVect.pp, 5372 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\DSP2833x_SysCtrl.pp, 5372 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\Example6_2833xDMA_ram_to_ram_linkInfo.xml, 139147 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\Example_2833xDMA_ram_to_ram.pp, 5729 , 2016-07-30
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\makefile, 6505 , 2016-09-03
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\objects.mk, 261 , 2016-09-03
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\sources.mk, 1862 , 2016-09-03
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\subdir_rules.mk, 10488 , 2016-09-03
example6_dma_ram_to_ram\Example6_2833xDMA_ram_to_ram\Debug\subdir_vars.mk, 4446 , 2016-09-03
example6_dma_ram_to_ram\Example_2833xDMA_ram_to_ram.c, 5812 , 2016-07-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TCP
    一个简单的TCP聊天程序,使用winsock api实现。(A simple TCP chat program)
    2010-03-14 14:26:44下载
    积分:1
  • cprogrammersguide
    C++学习入门级教材,C++ Programmers—Guide(C++ Programmers—Guide)
    2010-05-30 12:12:53下载
    积分:1
  • DBCViewNewV1.1
    DBCView对汽车电子行业的dbc文件进行解析,并进行拓扑图显示。DBCView清晰实现对dbc文件的解析,并以友好的界面展示CAN信号,Node,signal,MSG之间的关系的软件。对初入汽车电子行业的新人非常适合,能快速掌握dbc的结构。(dbc文件是vector公司定义的,用来描述单一CAN网络中各逻辑节点信息,依据该文件可以开发出来监视和分析CAN网络中所有逻辑节点的运行状态,也可以是有针对性的ECU通信应用软件。)(DBCView is a parser for dbc file and topology view to display. By the DBCView, user could quickly understand the links between node, message, signal and can bus. DBCView is support training tool for fresh person.(by the way, If you want to know dbc, you could get help from vector ))
    2018-01-28 15:51:01下载
    积分:1
  • diorama-1.1.1
    DRM发射和接收端完整仿真,包括编解码,同步(时间同步和频率同步),调制解调,均衡等(DRM-side transmitting and receiving a complete simulation, including the coding and decoding, synchronized (time synchronization and frequency synchronization), modulation and demodulation, balanced, etc.)
    2021-03-17 16:39:21下载
    积分:1
  • windows-file-filter-system-frame
    windows文件过滤驱动的入门介绍,以及框架说明,很好的参考示例(windows file system filter driver of introduction and description of the framework, a good reference sample)
    2011-04-19 14:30:18下载
    积分:1
  • live555_vs2008_vs2015(live.2014.07.25)
    说明:  live555 rtsp build in vs2008 and vs2015. also make testRTSPClient execute project
    2020-06-19 19:00:01下载
    积分:1
  • Asp.netAtlas
    一个Atlas+ASP.NET2.0无刷新的TAB源代码,效果不错啊(an Atlas ASP.NET2.0 REFRESHING TAB source code, ah good results)
    2007-06-26 09:39:42下载
    积分:1
  • 注记边长bczj
    说明:  autocad插件,批量注记多边形边长,一键调整字体高度(Autocad plug-in, batch note polygon edge length, one key to adjust font height)
    2020-06-24 09:20:01下载
    积分:1
  • EffectiveCPP
    Effctive C++,一本不错的书,值得一看(Effctive C++, a good book, worth a visit)
    2012-11-10 10:27:38下载
    积分:1
  • boke
    本程序是关于博客的相关内容的编写,包括大量的界面内容的显示(This procedure is to write about the blog related content, including a large number of interface content display)
    2015-04-21 11:10:20下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载