搜索资源列表
DSP的定时器中断汇编程序
- 基于TMS320VC5402 DSP平台的定时器中断程序,使用的汇编语言,在CCS里调试通过。-Based on TMS320VC5402 the DSP platform timer interrupt program,with assembly language, debugs in CCS passes
lot-of-good-DSP-experimental-program
- 经典的DSP试验程序集合! 01指令实验 02存储器 03串行口 04同步串口 05步进电机 06硬件中断 07定时器 08交通灯 09直流电机 10滤波器 11正弦波发生器 12语音录放 13显示屏
6.25-DSP-Pwm-QEP-LED
- DSP2812-PWM-QEP-LED本程序是通过L298P驱动电机,发生两路PWM,通过GPIO口逻辑控制电机转动方向,QEP电路读取电机转速和方向,定时器中断控制LED,非常适合初学者,每一步都写的非常简单,对照着书很容易就看得懂!
DEC6713_Timer.rar
- dsp tms320c6713 定时器中断源程序,完整的,dsp tms320c6713 time
VC5402_XF
- 学习DSP TMS320VC5402最好的入门例程,采用C语言编程,定时器中断,XF引脚输出。-Best entry-routine for DSP TMS320VC5402 learning, using C language programming, timer interrupt and XF pin output.
cputimer
- DSP CPU定时器的使用 中断的使用 如何进入中断-The use of DSP CPU timer interrupt interrupted the use of how to enter
Timer_test
- DSP LF2407的定时器用例,采用中断方式精确计时-DSP LF2407 timer with cases, the use of precision timing interrupt
limingqi_Timer
- TI C2000系列DSP 的定时器应用,实现定时器的中断。-DSP timer use
project
- DSP的几个例程 外部中断 定时器中断 和AD转换的几个程序 -Several DSP external interrupt timer interrupt routine and the number of procedures for AD conversion
timer11
- 该程序能够清晰的的概述DSP定时器中断的使用方法,并能诠释在CCS开发环境下使用C语言来编写DSP应用程序.本程序在CCS2.2及3.3调试通过.压缩包包含了timer.c/vec_table.asm/timer.cmd -The program can be a clear overview of DSP to use the timer interrupt, and the interpretation of CCS development environment in C language
G711
- 此程序是应用的是dsp5402,实现的功能是一个工程文件,内部包含几个c程序,对dsp的中断,dsp的定时器等都有相应的程序-Is the application of this procedure is dsp5402, the function of the realization of a project document contains a number of c internal procedures dsp interrupt, dsp timer, have the approp
TImer
- 能较为准确的计时并将时钟、分钟、秒钟显示到数码管上,此实验是利用DSP的定时器做时钟,并将时钟、分钟、秒钟显示到数码管上。编写程序时先编写定时器初始化程序,运用DSP定时器来定时计数,并通过定时器中断服务程序刷新数码管。其硬件连接原理图和I/O端口地址译码请参考实验五输入输出模块中的数码显示输出模块。-Can be more accurate timing and the clock, minutes, seconds display to digital control, this exper
CCC
- 本代码是应用在DSP(cs240)上的中断处理代码,是初学者掌握DSP的中断处理方法的一条捷径。 通过本程序定时器中断处理相信大家能够掌握其它中断程序的编程方法. -This code is used in DSP (cs240) on the interrupt handling code, is a beginner to master DSP interrupt handling method of a shortcut. Timer interrupt handling thro
dsp
- 用TMS320VC5402实现方波发生器。假设时钟频率为4MHz,在XF端输出占空比为50 的方波,方波的周期由片上定时器确定,采用中断方法实现。 -DSP TMS320VC5402
AD02
- 使用TI公司的DSP芯片TMS320F2812的定时器中断事件的方法启动ADC模块,设定ADC采样-Use TI' s DSP chip TMS320F2812 timer interrupt event starts ADC module, set the ADC sampling
DSP-X_INT
- DSP28335外部中断测试程序,通过INT3口输入0到5V的方波信号,由定时器中断和外部中断计算方波的频率,同时通过串口发送到电脑端显示-DSP28335 external interrupt testing procedures, including complete engineering documents
NonOS
- dsp 28377D 的一些demo例子,包含的代码比较多,主要是28377D的一些驱动,包括双核dsp 的定时器启用,can接口,核间中断,sram共享,内容比较多。这个是28377D多核例子。dsp跑裸机-Dsp 28377D some demo examples, including more of the code, mainly 28377D some of the drivers, including dual-core dsp timer enabled, can interfac
chap4
- 4.1 实验1: 6713DSK 实验设备的认识和测试实验 4.2 实验2: CCS 编程环境下编程和调试实验 4.3 实验3: 基本 I/O 接口操作和线性汇编混合编程 4.4 实验4: 音频信号采集和处理实验 4.5 实验5: 定时器中断与中断处理实验(4.1 cognition and test experiment of experimental 1:6713DSK experimental equipment 4.2 programming and debugging ex
test_timer
- 实现对dsp C6657的定时器模块的配置。 本例中配置为64位通用定时器模式,工作于中断模式。(Realize the configuration of the timer module for DSP C6657. This example is configured as a 64 bit general timer mode, working in interrupt mode.)
Lab303-Timer
- 实现F28335中定时器的控制,理解c语言中断结构和中断处理过程。(To realize the control of the timer in the F28335, understand the interrupt structure and interrupt processing of the C language.)