搜索资源列表
lab007_ad
- 使用DSP2812定时器中断启动AD转换,并以AD转换中断读取转换结果,该程序用C语言编写,可在CCS2000下运行。-use DSP2812 timer interrupt the boot AD conversion, and conversion to AD conversion results to be read interruption, the program used the C language, the CCS2000 running.
EX01_CpuTimer0
- DSP 2812 采用定时器来控制 LED灯得亮灭 C语言编程 。程序已经通过测试-DSP 2812 uses a timer to control the LED lights have lit off C language programming. Program has been tested
EX2_ASM
- 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器
EX2_C
- 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器
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
Main
- DSP2407的相关C语言程序,关于timer的程序实例,整个主程序-DSP2407 procedures related to C language, on the timer instance, the entire main program
Example_2802xAdcSoc
- 德州仪器公司DSP芯片DSP2802x的定时器程序,该程序用C语言编写,在CCS3.3下运行-the cpu timer program of the DSP2802x of the TI company,it uses the C language and runs under the CCS3.3
timer
- 合众达DSP2407开发板的TIMER的C语言程序-Triangle of the TIMER board DSP2407 C-language program
timer
- 这是关于DSP C语言的程序设计,该程序表示定时器程序-DSP C language programming, the program timer program
EX02_CpuTimer2
- TI320F2812DSP C语言程序 定时器2的使用-TI320F2812DSP C-language program Timer 2.
EX02_CpuTimer2
- 基于dsp的跑马灯实验,用定时器2来控制,基于CCS3.3的C语言程序。-Dsp-based Marquee experiment, with a timer to control the based on CCS3.3 the C language program.
6455Timer_example
- C语言编写的DSP例程,是一个定时器程序 希望对初学者有用-The DSP routines written in C, a timer program useful for beginners
DM642_CSL_EDMA
- C语言,CCS3.3环境,TI MD642下的DMA功能实现典型实例,非常简单易懂。-This program uses the timer to trigger EDMA events. These events in turn trigger linked EDMA parameter tables to fill a ping pong buffer structure.
Timer
- 本程序示例如何使用C语言写TIMER。头文件 misc.h有3个有关时钟操作的函数:1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int)(This program illustrates how to use the Timer in 'C'. The header file misc.h has the three functions related to Tim