搜索资源列表
main_gpio
- dsp的设计,定时器的使用,中断的使用,MCBSP的初始化和使用-dsp design, the use of timers, interrupt the use MCBSP initialization and use, etc.
STM32+EXTI.rar
- 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态
ATmega128A
- Atmega128A开发板配套例程,包括IO口,定时器,中断,1602,12864,IIC-Atmega128A development board supporting routines, including IO ports, timers, interrupt, 1602,12864, IIC, etc.
22
- 基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 -Based on 51
elecfans.com-uCOS-II
- 本程序包含各种ARM调试程序,入串口、定时器、中断、i2c等!-This procedure contains a variety of ARM debugger, into the serial port, timers, interrupt, i2c, etc.!
bianmakaiguan
- 本代码为编码开关代码,编码开关也就是数字音响中的 360度旋转的数字音量以及显示器上用的(单键飞梭开 关)等类似鼠标滚轮的手动计数输入设备。 我使用的编码开关为5个引脚的,其中2个引脚为按下 转轮开关(也就相当于鼠标中键)。另外3个引脚用来 检测旋转方向以及旋转步数的检测端。引脚分别为a,b,c b接地a,c分别接到P2.0和P2.1口并分别接两个10K上拉 电阻,并且a,c需要分别对地接一个104的电容,否则 因为编码开关的触点抖动会引起轻微误动
avrusefulresources
- avr常用功能程序,包括usart,定时器,中断函数,ad转换-avr common functions procedures, including usart, timers, interrupt function, ad conversion
timers
- Timer This example application demonstrates the use of the timers to generate periodic interrupts. One timer is set up to interrupt once per second and the other to interrupt twice per second each interrupt handler will toggle its own indi
Timers
- This program presents an example of use of the Timer0 of the C8051F02x s in 8-bit reload timer mode. It uses the F020DK as HW platform and blinks a LED. To do so it used an interrupt driven by the Timer0 which toggles the LED. (using an auxilia
Cdingshiqi
- 单片机课程设计,用C语言完成的,包括LED灯亮,定时器,中断的优先级等。-MCU Design, complete with C language, including LED lights, timers, interrupt priority and so on.
C8051F530A-Timers
- C8051F530A的计数器程序,包括计时器初始化、中断程序、控制方法等。-C8051F530A counter procedures, including the timer initialization, interrupt procedures, control methods.
MC9S08DZ60chengxu
- 飞思卡尔的流水灯,定时器,中断服务程序设计,适合初学者-Freescale' s water lights, timers, interrupt service program design, suitable for beginners
timers
- lm3s 中断设置例程 我自己花钱买的开发板上的例程,很好用。开发环境keil-lm3s interrupt routine to set my own money to buy the development board routines, easy to use. Development environment keil
CLOCK
- 用单片机实现闹钟,包含定时器,中断,液晶显示等功能-Alarm clock with MCU, including timers, interrupt, LCD screen, etc.
LED
- 复杂的数码管动态显示和流水灯,分别用两个定时器做中断-Complex digital dynamic display and light water, respectively, two timers interrupt
timers-interrupt
- Timer Interrupt for STM8 On IAR
timer-and-interrupt
- 外部中断和定时器一样,是单片机最基本也是最重要的两个功能. 我们把它们放在了一起,让大家熟悉单片机的多个内部器件的控制。 因为P3.2接的J8的1端,所有按键“S19”就是外部中断。 数码管的最高位一直显示0--9。当“S19”按下后,就会执行一次流水灯的代码。 因为外部中断0的优先级比定时器0的优先级高。 在执行流水灯的后,数码上显示的值不会有所变化,让后继续显示。-External interrupts and timers, is
DSP2407
- 本人的DSP2407小项目代码,包括各个定时器,中断应用,非常适合初学者应用及其学习-DSP2407 my small project code, including various timers, interrupt applications, very suitable for beginners to learn the application and its
AN063__HR7P153_V1.3
- 海尔HR7P153 例程,包括定时器,中断,PWM,C语言和汇编例程-Haier HR7P153 routines, including timers, interrupt, PWM, C and assembly language routines
TimersInterrupt
- timers interrupt for avr in c++