Welcome![Sign In][Sign Up]
Location:
Search - cputimer0

Search list

[Other resourceCpuTimer0

Description: DSPF2812跑马灯效果程序,是DSP开发板LED实现交替闪烁功能
Platform: | Size: 1054 | Author: 龙天啸 | Hits:

[Other resourceCpuTimer0

Description: F2812上有3个32位的CPU定时器,本程序主要对CPU定时器0进行操作,100MS产生1次中断,在中断中让 2812开发板上的L1—L8发光二极管闪烁,实现跑马灯的效果。
Platform: | Size: 78881 | Author: 龙天啸 | Hits:

[DSP programCpuTimer0

Description: DSPF2812跑马灯效果程序,是DSP开发板LED实现交替闪烁功能-Marquee DSPF2812 effect of the procedure is the realization of DSP development board LED flashes alternating function
Platform: | Size: 1024 | Author: 龙天啸 | Hits:

[ARM-PowerPC-ColdFire-MIPSCpuTimer0

Description: F2812上有3个32位的CPU定时器,本程序主要对CPU定时器0进行操作,100MS产生1次中断,在中断中让 2812开发板上的L1—L8发光二极管闪烁,实现跑马灯的效果。-F2812 has the three 32-bit CPU timer, the procedure mainly CPU timer 0 operation, 100MS generated one time interrupted, an interruption in 2812 to allow the development of L1-L8 panel LED flashing marquees realize the effect of .
Platform: | Size: 136192 | Author: 龙天啸 | Hits:

[DSP programCpuTimer0

Description: tms320f2812的内部定时器0测试程序,经过测试,没有问题-TMS320F2812 internal timer 0 test procedure, after testing, there is no problem
Platform: | Size: 135168 | Author: 田二胜 | Hits:

[DSP programCpuTimer0

Description: TMS320F2812的cputimer0设置源码,已在开发板上运行-cputimer0 set for TMS320F2812
Platform: | Size: 136192 | Author: shenh | Hits:

[Windows DevelopCpuTimer0

Description: TI的例程,定时器的,从买的光盘上下的,希望对大家有帮助-TI' s routines, timer, from buying a CD-ROM from top to bottom, and want to help everyone
Platform: | Size: 1024 | Author: q | Hits:

[DSP programDSP2812timer2

Description: 实验结果:每次定时时间到,二极管将进行全亮或则全灭一次 -Experiment description: this experiment the basic configuration and CPUTimer0 essentially the same, only difference is that the use of non**** peripheral interrupt expansion of PIE interrupted, it can be launched directly to the CPU interrupt. The experimental results: time to each regular, full-bright diodes will or the Quanmie time
Platform: | Size: 267264 | Author: lm | Hits:

[DSP programCpuTimer0

Description: DSP2812定时器变成及所有配置文件,包括.OUT文件、cmd文件等-DSP2812 timer into and all the configuration files, including. OUT file, cmd files
Platform: | Size: 252928 | Author: wang | Hits:

[DSP programDSP2812-CpuTimer0

Description: DSP内部定时器0的使用,通过使用DSP内部的定时器0来实现对LED灯的控制。-The use of DSP internal timer 0, by using the internal DSP timer 0 to achieve control of LED lights.
Platform: | Size: 283648 | Author: 蔡全 | Hits:

[SCMINT1-cputimer0-led

Description: 本程序是使用按键进入外部中断,再进入定时器中段实现数码管点亮,系统联系到各个要使用的元素,本人写的,有利学习交流-This procedure is to use the button to enter the external interrupt, and then into the middle to achieve digital light timer, the system linked to all the elements to be used, I wrote, conducive to learning exchanges
Platform: | Size: 451584 | Author: tengxuegang | Hits:

[DSP programCpuTimer0

Description: dsp定时器设置程序,对学习dsp2812有很大帮助-dsp cputime
Platform: | Size: 136192 | Author: lilong | Hits:

[DSP programCpuTimer0

Description: 开发环境是CCS3.3,使用C++语言,是用来控制DSP2812中定时器设定功能的程序,省去初学者自己编程的麻烦。-Development environment is CCS3.3, using C++ language, it is used to control the DSP2812 features the timer setting procedure, eliminating the trouble of their own programming for beginners.
Platform: | Size: 333824 | Author: zhangshaofeng | Hits:

[DSP programF2812_LedFlash

Description: F2812 利用定时器CpuTimer0中断,实现LED亮1s,灭1s。 (CCS3.3开发环境下) 功 能:通过使用CPU定时器来控制LED D3的亮和灭 说 明:D3与引脚XF相连,XF为低电平时,D3亮;XF为高电平时,D3灭。频率为1Hz,即每隔1s钟,D3被点亮。间隔时间由CpuTimer0来控制。-F2812 using timer interrupt CpuTimer0, the LED light 1s, off 1s. Features: CPU timer to control through the use of bright LED D3 and off instructions: D3 is connected with pin XF, XF is low, D3 bright XF is high, D3 off. Frequency of 1Hz, ie 1s-minute intervals, D3 is lit. Controlled by the CpuTimer0 interval.
Platform: | Size: 96256 | Author: 奋斗不止 | Hits:

[DSP programCpuTimer0

Description: 定时器0 实验 F2812 上有3 个 32 位的 CPU 定时器,本程序主要对 CPU 定时器 0 进行操作, 100MS 产生一次中断。使用时,按以下步骤进行: (1)点击“CCS”,启动Code Composer Studio 开发环境 (2)点击【project】􀃆 【Open…】打开“CpuTimer0”文件夹下的“CpuTimer0.PJT”。 (3)重新编译完毕。 (4)点击【File】􀃆 【Load Program…】,选择“CpuTimer0”文件夹下的“DEBUG” 中的“CpuTimer0.OUT”文件,点击【打开】。 (5)点击【Debug】􀃆 【Run】或左侧快捷键图标,全速运行。在定时器中断子 函数中,我们打上断点,当定时器0 产生中断时,CCS 就会停在断点处。如下图所示。 注:如果发现程序不能正确运行或程序跑飞,可点击CCS 中【Debug】􀃆 【Reset CPU】, 然后重新Load 程序。如果还是不能正确运行或程序跑飞,可给学习板和仿真器重新上电。-Timer 0 experiment F2812 on three 32-bit CPU timer, this program is the main CPU Timer 0 100MS generate an interrupt. Use, follow these steps: (1) click on the "CCS", start the Code Composer Studio development environment (2) Click on the [project] 􀃆 [Open ...] to open the folder under "CpuTimer0 the" CpuTimer0.PJT ". (3) re-compile is completed. (4) Click [File] 􀃆 [the Load the Program ...] select "CpuTimer0, folder under" the DEBUG In the "CpuTimer0.OUT" file, click [Open]. (5) Click [Debug] 􀃆 , [Run] or the left side of the shortcut icon, running at full speed. In the timer interrupt sub- Function, we marked a breakpoint, when Timer 0 to generate an interrupt, the CCS will stop at the breakpoint. As shown below. Note: If the discovery process can not run correctly or the program running, you can visit the CCS [Debug] 􀃆 [Reset CPU] And then re-Load program. If you still can not run correctly or the program running, re-power on to learn bo
Platform: | Size: 1024 | Author: q | Hits:

[DSP programCpuTimer0

Description: TMS2812dsp8个发光二极管可实现奇偶交替闪烁,并可改变闪烁方式和闪烁时间。-TMS2812dsp8 LEDs can achieve parity flash alternately, and change the way of flashing and twinkling time.
Platform: | Size: 265216 | Author: xiaohuicoco | Hits:

[SCMLedFlash

Description: LEDFLASH程序通过使用CPU定时器来控制LED与引脚XF相连,XF为低时,D3亮;XF为高时,D3灭。间隔时间由CpuTimer0来控制。-the LEDFLASH source file use CPUTIMERS to control the LED Lamp via the pinXF,the interval time is controled by CPUTIMER0
Platform: | Size: 1024 | Author: 刘磊 | Hits:

[DSP programCpuTimer0

Description: TMS320F2812 定时器使用例程,可编译通过,交流学习-The TMS320F2812 timer routines can be compiled by the exchange of learning
Platform: | Size: 248832 | Author: dongdong | Hits:

[DSP programCpuTimer0

Description: tms320f2812 系统定时器0的程序,28123个定时器中只有定时器0可供用户使用。-tms320f2812 procedures of the system timer, 28123 Timer Timer 0 is available to users.
Platform: | Size: 247808 | Author: gogo | Hits:

[ELanguageCpuTimer0

Description: CpuTimer0,DSP2812定时历程-CpuTimer0, DSP2812 timed course
Platform: | Size: 135168 | Author: 华德福 | Hits:
« 12 »

CodeBus www.codebus.net