资源简介
DSP28335 AD7606 研旭 DSP28335 AD7606 研旭 DSP28335 AD7606 研旭
代码片段和文件信息
// TI File $Revision: /main/3 $
// Checkin $Date: March 16 2007 08:37:30 $
//###########################################################################
//
// FILE: DSP2833x_CpuTimers.c
//
// title: CPU 32-bit Timers Initialization & Support Functions.
//
// NOTES: CpuTimer1 and CpuTimer2 are reserved for use with DSP BIOS and
// other realtime operating systems.
//
// Do not use these two timers in your application if you ever plan
// on integrating DSP-BIOS or another realtime OS.
//
//
//###########################################################################
// $TI Release: DSP2833x Header Files V1.01 $
// $Release Date: September 26 2007 $
//###########################################################################
#include “DSP2833x_Device.h“ // Headerfile Include File
#include “DSP2833x_Examples.h“ // Examples Include File
struct CPUTIMER_VARS CpuTimer0;
// CpuTimer 1 and CpuTimer2 are used by DSP BIOS & other RTOS. Comment out if using DSP BIOS or other RTOS.
struct CPUTIMER_VARS CpuTimer1;
struct CPUTIMER_VARS CpuTimer2;
//---------------------------------------------------------------------------
// InitCpuTimers:
//---------------------------------------------------------------------------
// This function initializes all three CPU timers to a known state.
//
void InitCpuTimers(void)
{
// CPU Timer 0
// Initialize address pointers to respective timer registers:
CpuTimer0.RegsAddr = &CpuTimer0Regs;
// Initialize timer period to maximum:
CpuTimer0Regs.PRD.all = 0xFFFFFFFF;
// Initialize pre-scale counter to divide by 1 (SYSCLKOUT):
CpuTimer0Regs.TPR.all = 0;
CpuTimer0Regs.TPRH.all = 0;
// Make sure timer is stopped:
CpuTimer0Regs.TCR.bit.TSS = 1;
// Reload all counter register with period value:
CpuTimer0Regs.TCR.bit.TRB = 1;
// Reset interrupt counters:
CpuTimer0.InterruptCount = 0;
// CpuTimer 1 and CpuTimer2 are reserved for DSP BIOS & other RTOS
// Do not use these two timers if you ever plan on integrating
// DSP-BIOS or another realtime OS.
//
// Initialize address pointers to respective timer registers:
CpuTimer1.RegsAddr = &CpuTimer1Regs;
CpuTimer2.RegsAddr = &CpuTimer2Regs;
// Initialize timer period to maximum:
CpuTimer1Regs.PRD.all = 0xFFFFFFFF;
CpuTimer2Regs.PRD.all = 0xFFFFFFFF;
// Initialize pre-scale counter to divide by 1 (SYSCLKOUT):
CpuTimer1Regs.TPR.all = 0;
CpuTimer1Regs.TPRH.all = 0;
CpuTimer2Regs.TPR.all = 0;
CpuTimer2Regs.TPRH.all = 0;
// Make sure timers are stopped:
CpuTimer1Regs.TCR.bit.TSS = 1;
CpuTimer2Regs.TCR.bit.TSS = 1;
// Reload all counter register with period value:
CpuTimer1Regs.TCR.bit.TRB = 1;
CpuTimer2Regs.TCR.bit.TRB = 1;
// Reset interrupt counters:
CpuTimer1.InterruptCount = 0;
CpuTimer2.InterruptCount = 0;
}
//---------------------------------------------------------------------------
// ConfigCpuTimer:
//-------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-06-28 09:50 yanxu\
目录 0 2018-06-28 09:51 yanxu\28335_AD7606\
目录 0 2018-06-28 09:51 yanxu\28335_AD7606\7606\
目录 0 2018-06-28 09:50 yanxu\28335_AD7606\7606.CS_\
文件 3072 2014-11-28 14:29 yanxu\28335_AD7606\7606.CS_\FILE.CDX
文件 1454 2014-11-28 14:29 yanxu\28335_AD7606\7606.CS_\FILE.DBF
文件 2198 2014-11-28 14:29 yanxu\28335_AD7606\7606.CS_\FILE.FPT
文件 322048 2014-11-28 14:29 yanxu\28335_AD7606\7606.CS_\SYMBOL.CDX
文件 237942 2014-11-28 14:29 yanxu\28335_AD7606\7606.CS_\SYMBOL.DBF
文件 409497 2014-11-28 14:29 yanxu\28335_AD7606\7606.CS_\SYMBOL.FPT
文件 9397 2014-11-28 14:29 yanxu\28335_AD7606\7606.paf2
文件 1604 2014-11-28 14:29 yanxu\28335_AD7606\7606.pjt
文件 6241 2014-11-28 14:29 yanxu\28335_AD7606\7606.sbl
文件 328 2018-06-28 09:51 yanxu\28335_AD7606\7606\.ccsproject
文件 29844 2018-06-28 09:51 yanxu\28335_AD7606\7606\.cproject
文件 3165 2018-06-28 09:51 yanxu\28335_AD7606\7606\.project
目录 0 2018-06-28 09:51 yanxu\28335_AD7606\7606\.settings\
文件 62 2018-06-28 09:51 yanxu\28335_AD7606\7606\.settings\org.eclipse.cdt.codan.core.prefs
文件 123 2018-06-28 09:51 yanxu\28335_AD7606\7606\.settings\org.eclipse.cdt.debug.core.prefs
目录 0 2018-06-28 09:51 yanxu\28335_AD7606\7606\CMD\
目录 0 2018-06-28 09:51 yanxu\28335_AD7606\7606\Debug\
文件 332 2018-06-28 09:51 yanxu\28335_AD7606\7606\project.log
目录 0 2018-06-28 09:51 yanxu\28335_AD7606\7606\SRC\
文件 475 2014-11-28 14:29 yanxu\28335_AD7606\cc_build_Debug.log
目录 0 2018-06-28 09:50 yanxu\28335_AD7606\CMD\
文件 3947 2018-06-28 09:49 yanxu\28335_AD7606\CMD\28335_RAM_lnk.cmd
文件 8438 2018-06-28 09:49 yanxu\28335_AD7606\CMD\DSP2833x_Headers_nonBIOS.cmd
文件 4855 2018-06-28 09:49 yanxu\28335_AD7606\CMD\F28335.cmd
目录 0 2018-06-28 09:50 yanxu\28335_AD7606\Debug\
文件 1228 2014-11-28 14:29 yanxu\28335_AD7606\Debug.lkf
文件 1112 2014-11-28 14:28 yanxu\28335_AD7606\Debug\DSP2833x_ADC_cal.obj
............此处省略65个文件信息
- 上一篇:智能驾驶交通灯的识别程序
- 下一篇:BP神经网络训练预测控制算法
相关资源
- dsp28335原理图库
- speexdsp-1.2.0.tar.gz
- DSP283xx的AD7606的程序
- DSP6713 I2C传输
- dspic30f4011闭环控制无刷直流电机程序
- dsPIC30和dsPIC33系列编程
- ManagedSpy新版,兼容4.5
- DSPF2812双闭环控制电机程序
- TMS320C6416 烧写程序及工具
- 用DSP2812实现的音乐播放器
- 流水灯实现DSP
- 基于DSP的车牌识别系统论文和保证可
- 基于DSP Builder 的16 阶FIR 滤波器实现
- DSP C与汇编混合编程简单
- 一种基于DSP控制的液晶显示屏的设计
- dsp2812的电机调速程序,并可以通过与
- 基于DSP2812的无刷直流电机伺服控制程
- TMS320LF2407 DSP最小系统原理图
- coff文件格式详细说明、有关DSP的cof
- 一种基于DSP的锁相控制技术
- 快速理解DFT
- ccs实现DSP课设的IIr滤波器
- 基于DSP的PWM波生成例程
- 基于DSP设计正弦信号发生器
- DSPF28335带死区设置的SPWM代码
- 6个88点阵拼接显示.pdsprj
- dsPIC30f3010的PID控制代码,全部中文注
- DSP图像处理的实现教程
- DSP 28335 CAN中文使用手册
- DSP学习进阶[转帖] 很实用,大家分享
评论
共有 条评论