Welcome![Sign In][Sign Up]
Location:
Search - interrupt timer routine

Search list

[Other resourceTIMER123

Description: 1.可组合给定内容的程序,利用示波器测量XF或LED0管脚的信号频率。 2.可修改定时器中断服务程序,使三个发光极管每隔1秒钟轮流点亮一次。-1. Portfolio will be content to the procedure, and use oscilloscope measurement XF or LED0 pin signal frequency. 2. Amend timer interrupt service routine, three-top every one lit a second rotation.
Platform: | Size: 5293 | Author: | Hits:

[Other resourceLPC214X

Description: The sample software includes, common library, peripheral APIs, and test modules for the APIs. The common library include startup file, standard definition and header files, processor specific setup module, generic interrupt related APIs, timer routine, and scatter loading file. The peripheral directories include, GPIO, PWM, Real-time clock, timer, SPI, I2C, Watchdog timer, UART, external interrupt, etc.
Platform: | Size: 125423 | Author: | Hits:

[DSP programTIMER123

Description: 1.可组合给定内容的程序,利用示波器测量XF或LED0管脚的信号频率。 2.可修改定时器中断服务程序,使三个发光极管每隔1秒钟轮流点亮一次。-1. Portfolio will be content to the procedure, and use oscilloscope measurement XF or LED0 pin signal frequency. 2. Amend timer interrupt service routine, three-top every one lit a second rotation.
Platform: | Size: 13312 | Author: | Hits:

[SCMkcsj

Description: 微机原理课程设计报告 课题六:数字闹钟 1. 通过8253定时器产生秒脉冲定时中断。在中断服务程序中实现秒、分、小时的进位(24小时制)。 2. 将当前时分秒在七段LED显示器上显示(如:091132)。 3. 可设置闹钟的时间当前值(对准时间),设置闹铃时间,闹铃功能的关闭和开放. 关键词:数字闹钟,8253定时器,LED显示器,8255A并行口 -Computer Principles of curriculum design report six topics: digital alarm clock 1. Through the 8253 regular pulse generated timer interrupt. In the interrupt service routine to achieve seconds, minute, hour binary (24 hours system). 2. When the minutes and seconds in the current Seven-Segment LED display shows (for example: 091,132). 3. To set the alarm time to the current value (at the time), set the alarm time, alarm function to close and open. Keywords: digital alarm clock, 8253 Timer, LED display, 8255A Parallel Port
Platform: | Size: 161792 | Author: zd | Hits:

[SCMcounter

Description: 定时器中断服务程序的安装及计数器的生成,移植性极强,可以被广泛采用!-Timer interrupt service routine installation and counter generation, highly transplantation can be widely used!
Platform: | Size: 1024 | Author: lee | Hits:

[SCMclock0510

Description: 1. 一秒定时的实现。 设定定时器每100us中断一次,在中断服务程序中,对中断次数进行计数,计数10000次就是1秒。 2.分、秒的显示 用四个数码管配合373芯片的锁存功能就可以完整地显示分、秒信息。373芯片的片选则需要138芯片的译码和04芯片的取反。 3. 调时的实现 利用单片机的外部中断和三个按键,我们可以方便的实现调时功能。比如三个按键开关产生的中断信息可以分别用于“开始(停止)调时”、“选择调时位”、“当前选择位+1”。 4. 实现按键的软件去抖动功能。 -1. The realization of a second timing. Set a timer interrupt every 100us, in the interrupt service routine, the number of interruptions to count, count 10000 times is 1 seconds. 2. Minutes and seconds are displayed using four digital tube 373 with the latch function of the chip can be a complete display minutes and seconds information. 373 chip-chip election would require 138 of the decoding chip and 04 chips from the anti-. 3. Tune realize single-chip computer at the time of the external interrupt and three buttons, we can realize a convenient function when transferred. For example, three button switches interrupt generated information can be used for
Platform: | Size: 1024 | Author: li | Hits:

[SCMLPC214X

Description: The sample software includes, common library, peripheral APIs, and test modules for the APIs. The common library include startup file, standard definition and header files, processor specific setup module, generic interrupt related APIs, timer routine, and scatter loading file. The peripheral directories include, GPIO, PWM, Real-time clock, timer, SPI, I2C, Watchdog timer, UART, external interrupt, etc.
Platform: | Size: 124928 | Author: | Hits:

[DSP programev_timer_period

Description: This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period while EVB Timer4 has the longest period.
Platform: | Size: 4096 | Author: HS. Jang | Hits:

[DSP programflash

Description: This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine.
Platform: | Size: 5120 | Author: HS. Jang | Hits:

[DSP programex7_CAN

Description: 程序所在目录:ex7_CAN 由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下,本样例程序中采用了CAN的自测试模式通信,即使用CANBOX4发送CANBOX0接收。在定时器中断服务程序中执行发送;中断方式接收CAN信息。 打开CC2000,进行如下操作: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL,编译链接 3. File->Load Program 4. 光标移到int1中断服务程序CANIFR=0xFFFF所处的行。 5. Debug->Toggle breakpoint (快捷键F9) 6. Debug->Animate (快捷键F12) 偏左上脚GEL Files上点右键,Load GEL,选择LF2407.gel,然后菜单栏Gel->LF2407->CAN regs,即可看到CAN寄存器的变量被显示岛Watch Window中.可以看到CANBOX0里面接收到数据0x2211,0x4433等数据,这些数据是由CANBOX4发送往总线上的. 如果用户和别的CAN设备通信,参照本例程的注释更改相关设置即可。 -Procedures where the directory: ex7_CAN CAN bus communication because of debugging required external CAN device. So in the absence of external CAN device case, the sample procedures used in the self-test mode of CAN communication, namely the use of CANBOX4 Send CANBOX0 receiver. At the timer interrupt service routine in the implementation of sending interrupted CAN receive information. Open the CC2000, the following steps: 1. Project-> Open, open the project file directory. 2. Project-> Rebuild ALL, the compiler links 3. File-> Load Program 4. Cursor to INT1 interrupt service routine CANIFR = 0xFFFF which the line. 5. Debug-> Toggle breakpoint (shortcut F9) 6. Debug-> Animate (shortcut F12) GEL Files on left foot Right on point, Load GEL, select LF2407.gel, then the menu bar Gel-> LF2407-> CAN regs, you can see the CAN register variables are displayed in the Watch Window Island. CANBOX0 can be seen inside receive data 0x2211, 0x4433 and other d
Platform: | Size: 26624 | Author: To_oo | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C4510B_Timer

Description: 学习ARM中断最好的例程,采用C语言方式设置中断向量。-Best routine for ARM interrupt learning, using C language to set up interrupt vector.
Platform: | Size: 78848 | Author: Dayspring | Hits:

[DSP programproject

Description: DSP的几个例程 外部中断 定时器中断 和AD转换的几个程序 -Several DSP external interrupt timer interrupt routine and the number of procedures for AD conversion
Platform: | Size: 301056 | Author: 岳明 | Hits:

[DSP programTimer

Description: dsp6713,定时器中断全程使用例程,难能可贵-dsp6713, full use of the timer interrupt routine, valuable
Platform: | Size: 16384 | Author: ld | Hits:

[SCMtimer

Description: 51单片机入门必备,定时器的使用例程,帮助新手更快上手。快速了解定时器及中断的使用方法。-51 single-chip entry required, routine use of timers to help the novice get started quickly. Interrupt timer and quick to use.
Platform: | Size: 10240 | Author: yulinlin | Hits:

[ARM-PowerPC-ColdFire-MIPS2812adc_eva

Description: 本人在调试步进电机项目中用来调试2812片内adc的代码,eva启动,定时器1周期中断,包含寄存器初始化和中断服务程序代码,两个通道采样,可以正常进入中断并完成采样,花了1周时间调通的-Stepper motor I debug the project in 2812 for debugging adc code, eva start a cycle timer interrupt, including the register initialization code and interrupt service routine, the two-channel sampling, can interrupt the normal access to and completion of sampling spent 1 week' s time to tune
Platform: | Size: 270336 | Author: 常迪 | Hits:

[DSP programtest1

Description: CCS C sample for a timer,using the timer1 to produce the interrupt routine-the timer can be used for all kinds of the usage, for example,indutrial..
Platform: | Size: 1024 | Author: chen li | Hits:

[DSP programTImer

Description: 能较为准确的计时并将时钟、分钟、秒钟显示到数码管上,此实验是利用DSP的定时器做时钟,并将时钟、分钟、秒钟显示到数码管上。编写程序时先编写定时器初始化程序,运用DSP定时器来定时计数,并通过定时器中断服务程序刷新数码管。其硬件连接原理图和I/O端口地址译码请参考实验五输入输出模块中的数码显示输出模块。-Can be more accurate timing and the clock, minutes, seconds display to digital control, this experiment is done using DSP timer clock, the clock, minutes, seconds display to digital pipe. Preparation program to prepare the first timer initialization procedure, the use of DSP timer to count from time to time, and through the timer interrupt service routine refresh digital tube. Schematic diagram of the hardware connection and the I/O port address decoding Please refer to experiment five input and output module digital display output module.
Platform: | Size: 54272 | Author: 牟晓春 | Hits:

[ARM-PowerPC-ColdFire-MIPSTIMER_RVMDK

Description: 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Development environment realviewMDK set the timer 2 output compare mode, four-channel comparison of each set different values, so generate an interrupt for each channel a different frequency. In the interrupt handler, respectively, the corresponding LED flip, which can be observed four different frequencies of flashing LED. Flicker frequency by approaching slowly: LD5, LD6, LD4, LD3.
Platform: | Size: 151552 | Author: huangshengqun | Hits:

[SCMinterrupt

Description: rensas R8C2K/L的中断服务程序(timer A,timer D,ADC...)-rensas R8C2K/L of the interrupt service routine (timer A, timer D, ADC ...)
Platform: | Size: 4096 | Author: Recky | Hits:

[SCMINTERRUPT

Description: 本程序为中断程序,包括外部中断,定时器溢出中断,定时器比较中断,定时器捕捉中断 使用时注意使用各个初始化,中断寄存器存在冲突,需加注意,使用时最好打开时钟程序,以便获得TLCCRx*1ms的时间-This program is an interrupt routine, including external interrupt, timer overflow interrupt, timer compare interrupt, timer capture interrupt Note the use of the use of each initialization, interrupt register conflict, need to add Note that when using the best open the Clock application, in order to obtain TLCCRx* 1ms time
Platform: | Size: 25600 | Author: 曹宇婷 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net