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

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

于 2020-06-19 发布 文件大小:72KB
0 213
下载积分: 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 个回复

  • Vc6
    模拟银行卡交易流程的详细讲解,内涵丰富,采用VC++(Explain in detail the simulated bank card transaction process, rich content, using VC++)
    2013-12-26 20:09:23下载
    积分:1
  • MyHotKey
    利用系统热键可以方便用户的操作,比如经常使用的Alt + Tab可以快速切换窗口;Crtl + Alt + Delete键可以调出Windows任务管理器或重启机器;oicq软件也会注册系统热键方便用户的操作,等等。本程序就注册一个系统热键Alt + Z,在应用程序执行的任何时候只要按下该热键就会弹出一个消息对话框。 (system hotkeys can use user-friendly operation, For example, the regular use of the Alt-Tab window can quickly switch; Crtl-Alt-Delete keys could be released Windows Task Manager or the reopening of machinery; oicq software registration system hotkeys will be user-friendly operation, and so on. The procedure for registering a system hotkeys Alt Z, Application procedures for the implementation of any time by pressing the hotkey will pop up a message box.)
    2007-04-28 12:03:33下载
    积分:1
  • Makefile
    Makefile的编写,可以编写一个功能全面的Makefile.(The Makefile to write, can write a full-featured Makefile.)
    2013-10-08 15:42:00下载
    积分:1
  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • ccjh2.71
    重出江湖2.71服务端源码,由金字塔卓越数码开发,送给有帮助的人(Comeback 2.71 server source code, by the Pyramid outstanding digital development, to help people )
    2021-01-19 20:18:42下载
    积分:1
  • filerandomreadandwrite
    这是一个Visual C++编写的实现文件随寄存储的小程序,在Visual C++6.0中编译通过.(This is a Visual C achieve document prepared by the pin with a small storage procedures, Visual C 6.0 compile.)
    2006-08-20 19:22:01下载
    积分:1
  • grid wnd
    一个用VC++6.0编写的表格控件,类似于Excell的表格控件。(a VC 6.0 forms prepared by the control, similar to the Excel tables controls.)
    2005-04-09 18:51:45下载
    积分:1
  • 5-21xf
    CSOL游戏通用外挂,可以加速,透视.修改文件等(Csol game generic plug-in, can accelerate, perspective)
    2013-05-21 21:09:50下载
    积分:1
  • bcb
    说明:  BCB串口通讯源码示例程序。利用winapi函数,而非控件。(BCB examples of serial communication program source. Use WINAPI function, rather than control.)
    2008-08-31 10:26:21下载
    积分:1
  • Windows
    说明:  利用打印驱动程序生成SVG文件,很好的源代码下载把(Use printer driver to generate SVG documents, a very good source code to download the)
    2008-10-07 12:26:44下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载