登录
首页 » Visual C++ » GPIO_Interrupt

GPIO_Interrupt

于 2014-10-18 发布 文件大小:150KB
0 180
下载积分: 1 下载次数: 51

代码说明:

  TMS320C6678 GPIO源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,GPIO主要用于通用管脚的输入输出,可以响应中断,代码书写简单,可以用于简单的命令控制(TMS320C6678 GPIO source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capability, GPIO mainly used for general purpose input and output pins that can respond to the interrupt, write simple code, can be used for simple command control)

文件列表:

GPIO_Interrupt
..............\.ccsproject,436,2012-11-19
..............\.cproject,16333,2012-11-22
..............\.project,2579,2012-11-19
..............\Debug
..............\.....\ccsObjs.opt,276,2012-12-24
..............\.....\ccsSrcs.opt,59,2012-12-24
..............\.....\DMA.obj,49512,2012-12-24
..............\.....\DMA.pp,2381,2012-12-24
..............\.....\GpioInterrupt.obj,42912,2012-12-24
..............\.....\GpioInterrupt.pp,4285,2012-12-24
..............\.....\GpioInterruptForDMA.obj,33536,2012-12-24
..............\.....\GpioInterruptForDMA.pp,4080,2012-12-24
..............\.....\GPIO_Interrupt.map,26978,2012-12-24
..............\.....\GPIO_Interrupt.out,307305,2012-12-24
..............\.....\makefile,3547,2012-12-24
..............\.....\objects.mk,457,2012-12-24
..............\.....\sources.mk,1809,2012-12-24
..............\.....\subdir_rules.mk,1969,2012-12-24
..............\.....\subdir_vars.mk,796,2012-12-24
..............\DMA.c,3786,2012-12-24
..............\DMA.h,348,2012-12-24
..............\GpioInterrupt.c,2996,2012-12-15
..............\GpioInterrupt.h,373,2012-11-22
..............\GpioInterruptForDMA.c,674,2012-12-24
..............\GPIO_DMA.cmd,855,2012-12-17

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

发表评论

0 个回复

  • sunxin
    孙鑫C++教程(全20讲)PPT课件讲义和源代码,对于初学c+很有帮助(Xin Sun C++ tutorials (all 20 speakers) PPT courseware notes and source code, useful for beginners c+)
    2011-09-27 16:39:32下载
    积分:1
  • ADO
    在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。(Use ADO in MFC to test the SQL.)
    2009-03-05 13:55:44下载
    积分:1
  • STRCPY
    STRCPY的实现与应用 希望对大家由帮助(STRCPY THE SHIXIAN)
    2013-12-09 14:53:19下载
    积分:1
  • vendorSample
    usbtrace dll c making sample
    2015-04-25 05:06:32下载
    积分:1
  • CFG_OMAP3530_SHMEM
    基于OMAP3530ARM和DSP双核通信配置文件(Dual core communication)
    2015-06-04 16:06:36下载
    积分:1
  • bpnnet_156
    在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。 (In practical applications, the original BP algorithm very difficult to do, so there were a lot of the improved algorithm. BP Algorithm There are two main channels, a heuristic learning method is adopted, another is the introduction of more efficient optimization algorithm. In this case the use of momentum BP algorithm to realize the network training process, momentum method to reduce the network error surface for the local details of the sensitivity of the network effectively inhibited in a local minimum.)
    2008-06-16 20:29:09下载
    积分:1
  • CC2530-in-Chinese
    德州仪器公司的CC2530芯片手册,用于ZigBee技术的IEEE 802.15.4协议的2.4GHz通信应用(CC2530-in Chinese)
    2013-10-26 18:41:11下载
    积分:1
  • ToolDemo
    第5章 菜单、工具栏、状态栏及其相关资源ToolDemoToolDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。(Chapter 5 menus, toolbars, status bar and its associated resources ToolDemo ToolDemo.rar, very good vc source, interested friends can see.)
    2011-09-11 23:01:05下载
    积分:1
  • ping
    一个基于VC6.0 的简单ping程序 用于学习简单的网络编程(A the VC6.0 simple ping program for learning network programming)
    2012-06-16 19:33:12下载
    积分:1
  • traffic
    [基本要求] (1)提供对城市信息进行编辑(如:添加功删除)的功能 (2)城市之间有两面种交通工具:火车和飞机。提供对列车时间表和飞机航班进行编辑(增设或删除)的功能。 (3)提供两面种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。 (4)旅途中耗费的总时间应该包括中转站的等候时间。 (5)咨询以用户和计算机的对话方式进行。由用户输入起始站、终点站、最优决策原则和交通工具,输出信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次于何时坐哪一趟列车哪一次班机到何地。 [实现提示] (1)对全国城市交通图和列车时刻表及飞机航班表的编辑,应该提供文件形式输入和键盘输入两种方式。飞机航班表的信息包括:起始站台票出发时间、终点站的到达时间和票价;列车时刻表则根据交通图给出各个路段的详细信息。 (2)以邻接表作交通图的存储结构,表示边的结点内除了含有邻接点的信息外,还应包括交通工具、路程中消耗的时间和花费以及出发和到达的时间等多项属性。 ()
    2008-07-07 00:17:13下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载