登录
首页 » Visual C++ » 02_EvPwm01

02_EvPwm01

于 2013-07-18 发布 文件大小:277KB
0 244
下载积分: 1 下载次数: 1

代码说明:

  EVA下面的T1PWM、T2PWM、PWM1-6均输出频率为1KHz,占空比为40 的PWM波形。 T1PWM、T2PWM、PWM1-6输出的是不对称的PWM波形.EVB下面的T3PWM、T4PWM、 PWM7-12均输出频率为1KHz,占空比为40 的PWM波形。T3PWM、T4PWM、PWM7-12 输出的是对称的PWM波形.(EVA following T1PWM, T2PWM, PWM1-6 are output frequency is 1KHz, 40 duty cycle of the PWM waveform.* T1PWM, T2PWM, PWM1-6 of the PWM output waveform is asymmetric. EVB following T3PWM, T4PWM,* PWM7-12 are the output frequency is 1KHz, 40 duty cycle of the PWM waveform. T3PWM, T4PWM, PWM7-12* The output is symmetrical PWM waveform.)

文件列表:

02_EvPwm01
..........\cc_build_Debug.log,134,2013-03-16
..........\Debug
..........\.....\DSP28_DefaultIsr.obj,36524,2013-03-16
..........\.....\DSP28_Ev.obj,15773,2013-03-16
..........\.....\DSP28_GlobalVariableDefs.obj,111382,2013-03-16
..........\.....\DSP28_Gpio.obj,10488,2013-03-16
..........\.....\DSP28_InitPeripherals.obj,1893,2009-07-30
..........\.....\DSP28_PieCtrl.obj,4943,2013-03-16
..........\.....\DSP28_PieVect.obj,16448,2013-03-16
..........\.....\DSP28_SysCtrl.obj,5511,2013-03-16
..........\.....\EvPwm01.map,14574,2013-03-16
..........\.....\EvPwm01.obj,15260,2013-03-16
..........\.....\EvPwm01.out,132212,2013-03-16
..........\Debug.lkf,915,2013-03-16
..........\Debug.lkv,728,2009-06-19
..........\DSP28_Adc.h,5962,2009-06-17
..........\DSP28_CpuTimers.h,3978,2009-06-17
..........\DSP28_DefaultIsr.c,21587,2009-06-14
..........\DSP28_DefaultIsr.h,4054,2009-06-17
..........\DSP28_DevEmu.h,1686,2009-06-17
..........\DSP28_Device.h,3164,2009-06-23
..........\DSP28_ECan.h,42076,2009-06-17
..........\DSP28_Ev.c,4844,2011-03-15
..........\DSP28_Ev.h,20354,2009-06-17
..........\DSP28_GlobalPrototypes.h,1040,2009-06-17
..........\DSP28_GlobalVariable.h,438,2009-06-17
..........\DSP28_GlobalVariableDefs.c,2660,2009-06-18
..........\DSP28_Gpio.c,1987,2009-09-10
..........\DSP28_Gpio.h,22627,2009-06-17
..........\DSP28_InitPeripherals.c,1224,2009-06-19
..........\DSP28_Mcbsp.h,32233,2009-06-17
..........\DSP28_PieCtrl.c,1626,2009-06-14
..........\DSP28_PieCtrl.h,4949,2009-06-17
..........\DSP28_PieVect.c,5562,2009-06-14
..........\DSP28_PieVect.h,5436,2009-06-18
..........\DSP28_Sci.h,6447,2009-06-17
..........\DSP28_Spi.h,4721,2009-06-17
..........\DSP28_SysCtrl.c,2321,2009-11-17
..........\DSP28_SysCtrl.h,7652,2009-06-17
..........\DSP28_Xintf.h,2915,2009-06-17
..........\DSP28_XIntrupt.h,1509,2009-06-17
..........\EvPwm01.c,1587,2009-11-17
..........\EvPwm01.CS_
..........\...........\FILE.CDX,3072,2013-03-16
..........\...........\FILE.DBF,1188,2013-03-16
..........\...........\FILE.FPT,1438,2013-03-16
..........\...........\SYMBOL.CDX,280064,2013-03-16
..........\...........\SYMBOL.DBF,209563,2013-03-16
..........\...........\SYMBOL.FPT,364442,2013-03-16
..........\EvPwm01.paf,6856,2009-06-19
..........\EvPwm01.paf2,6427,2013-03-16
..........\EvPwm01.pjt,1141,2013-03-16
..........\EvPwm01.sbl,4782,2013-03-16
..........\SRAM.cmd,3655,2003-11-20

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

发表评论

0 个回复

  • chap29--use-OLE-DB-handle-databases
    MFC操作数据库ADO操作数据库, MFC操作数据库ADO操作数据库.(use MFC to handle the databases.)
    2012-09-19 17:29:05下载
    积分:1
  • OWNERDRAW_TAB
    实现自绘制标签按钮功能。本程序从CTabCtrl派生出一个CTabCtrlEx控件,用于实现标签控件的自绘制功能,让标签也五花八门吧!(Self-drawing button labels. This procedure CTabCtrl derived from a CTabCtrlEx control, label control for the achievement of self-mapping feature that lets you label a wide variety!)
    2009-07-02 23:59:27下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • 最终-高级转弯
    一个简单的电脑鼠走迷宫程序,略微改进了转弯代码。(A Micromouse maze simple procedure, slightly improved turn code.)
    2017-10-30 11:07:21下载
    积分:1
  • copyTESt
    这是怎么了 等等 用友 cell的使用(This is how and so forth)
    2010-01-21 21:30:57下载
    积分:1
  • wangka
    C++编写的读取电脑C盘序列号程序.大家审查(Written in C++ C disk to read the serial number of the computer program. Everybody Review)
    2013-12-20 11:22:21下载
    积分:1
  • vc++6.0ado
    c++数据库编程,里面有常用的对数据库操作的源代码,适合刚接触VC++操作数据库的人(c++ Database Programming, which has commonly used database operations on the source code for刚接触VC++ operate the database of people)
    2008-08-22 01:22:16下载
    积分:1
  • music
    51单片机程序,操作蜂鸣器,能使蜂鸣器奏出“祝你生日快乐”音乐。(51 SCM procedures, operation buzzer, buzzer can play the " Happy Birthday to You" music.)
    2013-10-06 15:11:00下载
    积分:1
  • OPNET_tutorial_for_Chinese
    OPNET软件自带的General Tutorial中文译版,学习OPNET非常实用!(OPNET software s own version of Chinese Translation General Tutorial, learning OPNET very useful!)
    2021-04-13 09:38:56下载
    积分:1
  • advanced-logging
    事件记录类,可直接包含事件记录类,可支持文件和窗口输出两种事件记录方式(Event log category, including event logging class directly, support documents and windows event log output of two ways)
    2011-08-14 08:15:48下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载