搜索资源列表
DSP的定时器中断汇编程序
- 基于TMS320VC5402 DSP平台的定时器中断程序,使用的汇编语言,在CCS里调试通过。-Based on TMS320VC5402 the DSP platform timer interrupt program,with assembly language, debugs in CCS passes
TIMER_main.rar
- avr 单片机 ATMEGA16 定时器中断程序,Single-chip timer interrupt avr procedures ATMEGA16
ARM2410timer
- ARM定时器中断程序,设计的较详细,希望给大家有所帮助-ARM timer interrupt process, the more detailed design, we hope to help
22
- 基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 -Based on 51
lesson3_4
- 定时器中断延时C程序。初学者参考,很容易理解的!~ -Timer interrupt latency C procedures. Reference for beginners, easy to understand! ~
led
- led显示程序,通过定时器中断,可以动态显示数字在数码管上。-led display program, through the timer interrupt, you can dynamically display the figure in the digital control on.
Timer
- 定时器中断程序,这是一个不错的程序,对初学者非常使用。-Timer interrupt, this is a good procedure is to use for beginners.
lesson10
- 一个在定时器中断中使用键盘扫描的小程序:-keyboard scan
program
- 在中断程序中的定时器功能,所需要的100秒延时-In the timer interrupt program functions, the required 100 seconds delay
通用定时器中断实验---含详细注释
- STM32单片机定时器中断实验,对学习定时器中断的朋友来说,值得学习借鉴,程序中含有详细的中文注释(STM32 microcontroller timer interrupt experiment, to learn the timer interrupt friends, it is worth learning from, the program contains detailed Chinese Notes)
AVR单片机定时器
- 采用ATmega16的单片机定时器程序,使用中断方式(this is a Timer designed with Atmega16)
定时器
- 用STM32F103C8T6芯片完成定时器功能。主要是一些配置可以参考,还有注意中断服务程序。(Use STM32 chip to complete timer function)
实验8 定时器中断实验
- STM32的定时器中断程序,亲测可用。内有详细注释和说明文档,很好的参考资料。(STM32 timer interrupt program, pro test available. There are detailed notes and documentation, good references.)
实验18:定时器1中断
- 51开发板中第10个定时器中断,运行程序后会自动运行相关程序(The 10 timer interrupts on the development board, and the program will run automatically after running the program)
ALIENTEK MINISTM32 实验7 定时器中断实验
- 基于STM32F103RCT6mini开发板定时器中断上更改的HC-SR04超声波程序,亲测可用(The HC-SR04 ultrasonic program based on the STM32F103RCT6mini development board timer interrupts changes, and the pro test is available)
STM32定时器中断程序
- 本源代码为讲解基于STM32的定时器中断程序,通过定时器TIM3产生间隔1秒钟一次的中断,在中断中控制LED发光二极管,每次中断都使发光二极管状态取反(This source code is explained based on the STM32 timer interrupt program, through the timer TIM3 interrupt an interval of 1 second, in the interrupt control LED light-emittin
TMS320定时器中断
- 一个DSP 的定时器中断例程,包括:初始化和中断程序,供初学者参考(A DSP timer interrupt routine, including: initializing and interrupting programs for reference for beginners)
定时中断程序
- msp430定时器中断程序例程,通过定时器A,设定时间为1S触发一次中断。(MSP430 timer interrupt routine routine)
实验8 定时器中断实验
- 如何使用 STM32F1 的通用定时器, STM32F1 的定时器功能十分强大,有 TIME1 和 TIME8 等高级定时器,也有 TIME2~TIME5 等通用定时器,还有 TIME6和 TIME7 等基本定时器,将利用 TIM3 的定时器中断来控制 DS1 的翻转,在主函数用 DS0的翻转来提示程序正在运行.(How to use the universal timer of STM32F1, the function of the timer of STM32F1 is very powe
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时