登录
首页 » Visual C++ » CCS实现ram到ram的直接内存读功能

CCS实现ram到ram的直接内存读功能

于 2020-06-19 发布 文件大小:72KB
0 314
下载积分: 1 下载次数: 0

代码说明:

  在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 个回复

  • CDNS_demo
    说明:  DNS解析系统,通过发送DNS协议包到DNS服务器来获取DNS(DNS analysis system, the agreement by sending a DNS packet to the DNS server to obtain the DNS)
    2021-01-23 21:48:39下载
    积分:1
  • CImage
     我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。(We know that the Visual C++ the CBitmap class and static picture control function is relatively weak, it only shows the icon resources, bitmaps, cursors, as well as the contents of the metafile, rather than the Image control in VB show the vast majority of external image files (BMP, GIF,, JPEG, etc.). Therefore, I want to display external image files in a dialog or other window only by means of third party controls or code. Now, new class CImage MFC and ATL shared many of the corresponding method for image processing, which makes the Visual C++ of defects in the image is gone forever.)
    2012-05-28 11:47:09下载
    积分:1
  • muav
    地震资料倾角滤波程序,能够用于地震资料的面波去除及频谱分析(FK filter in seismic data)
    2013-09-06 07:56:07下载
    积分:1
  • Julei
    基于MFC框架实现了C均值聚类算法,感知器训练。(Based on the MFC framework implements the c-means clustering algorithm, perceptron training.)
    2014-12-17 12:44:59下载
    积分:1
  • Effective-CSharp
    这本书结合作者的实际经验提出了50个提高C#程序的有效途径,风格类似于有名的《Effective C++》,由于本书是在2004出版的,所以针对C#2.0是否完全合适需要我们的判断,但是也不失为一本很好的参考书。以下是书的目录。每一条目录实际上就是一个specific way。有兴趣的可以可以看看。
    2011-12-22 10:55:27下载
    积分:1
  • ime-coding
    介绍windows输入法编程的书籍 对学习输入法有所帮助(Introduction windows programming books IME input method for learning to help)
    2013-09-27 11:47:16下载
    积分:1
  • ORGE-WALKING
    ORGE的一个实例代码,演示角色在地图的上面进行走动,源代码(a demo showing a character walking on the ground, powered by ORGE)
    2014-10-26 14:22:41下载
    积分:1
  • HDraw
    完整的C++6.0工程,可在画图板上绘制基本图形,可设置线型、线宽,有调色板(a whole project of C++6.0.you can draw basic graph.you can also set color,width,and shape)
    2012-02-28 17:22:34下载
    积分:1
  • VTK3Dreconstruction
    在vc++6.0下结合VTK开发的经典三维重建程序(In vc++ 6.0 under the classic combination of VTK development of three-dimensional reconstruction procedure)
    2008-05-21 10:41:37下载
    积分:1
  • sys98
    说明:  98下的PCI驱动源代码!希望对各位有所帮助 只要稍微修改就可以成为2000的驱动了!(98 PCI driver source code! You want to help as long as it can be slightly modified to be driven by 2000!)
    2006-03-03 16:39:25下载
    积分:1
  • 696516资源总数
  • 106927会员总数
  • 1今日下载