搜索资源列表
SleepTimerWakeup
- SleepTimerWakeup 定时中断唤醒CPU的范例-SleepTimerWakeup awaken periodically interrupted CPU model
010
- 基于博创ARM3000的平台上的几个开发程序。 包含程序math.c以及其他的一些库文件。整个文件完整,可进行编译下载。 开发软件是SDT: 10、定时器中断和驱动程序
2410test2
- 2410一些基本试验的源码,包括定时、外部中断、pwm、watchdog、实时时钟等。将src文件夹中的有关部分add到ADS1.2下即可。
led_driver
- 以jupiter芯片为例,含有IO口控制和键盘和定时器中断的驱动-to Jupiter chip for example, contain IO population control and keyboard and timer interrupt driven
keypad
- S3C2440 键盘驱动,八个按键,中断处理分上下部分,带定时器延时去抖动功能-S3C2440 keyboard-driven, eight buttons, upper and lower part of the interrupt handler with the timer delay to the jitter
danpianji
- 单片机课程实验 实 验 一:仿真软件keil及protues的使用 单片机I/O并行接口的使用 定时/计数器 实 验 四: 中断 实 验 五: 串行通信-Microcontroller Course Experiment 1: simulation software keil and protues use of microcontroller I/O parallel interface using the timer/counter Experiment 4: Interrupt test
zd
- 1.实现中断嵌套 2.使用定时器4,采用中断方法实现RUN LED闪烁,频率为5hz, 3.使用外部中断0,控制RUN LED是否闪烁。-1. Achieve interrupt nested 2. Use timer 4, the interrupt method RUN LED flash, frequency for 5 hz, 3. Use external interruption 0, control whether RUN LED twinkle.
armplat_timer0_LED
- S3C2440中断定时器用,定时器控制LED闪烁-The S3C2440 interrupt timer, the timer controls the LED blinks
dianziqiangdaqi
- 在W90P710开发板上基于中断的键盘输入程序、中断的定时器程序、LED灯、LCD显示的基础上设计的电子抢答器,完成选手抢答,显示选手号和回答答案并判断对错的功能。-Interrupt-based keyboard input program in W90P710 development board, the timer interrupt program, LED lights, LCD display based on the design of electronic Responder,
clock
- rtc、rtcalarm。beef实时时钟,中断,定时器,蜂鸣器-failed to translate
Project
- 在开发板FL2440上,我们完成了以下实验: 一、MDK开发环境配置 二、s3c2440时钟系统 三、UART实现串口发送(查询方式)和串口接收(中断方式) 四、按键外部中断并控制LED 五、SDRAM读写操作 六、定时器应用 七、实时时钟(RTC)的使用 八、A/D转换实验 -In the development board FL2440, we completed the following experiment: one, MDK developm
stm32
- stm32f103 学习常用历程 包括流水灯 按键 定时中断 串口等 -stm32f103 learning process, including common light water timer interrupt serial keys, etc.
timer
- 在定时器实验中,主要在Time1.c 中封装了定时器设置的相关函数,通过主函数调用Time1_init()函数来对时钟、计时器进行设置。其中,Time1_init()函数中包括定时器中断程序,计数器中断程序,以及显示到LED的程序。-In the timer experiment, the main package of the correlation function timer set in the Time1.c, call Time1_init through the main func
timer--interupt-STM32
- 实现STM32单片机定时器中断,适合所有的STM32系列的单片机-timer intrupt file include all files,HARDWARE,OBJ,SYSTEM,USER
uboot
- U-boot源代码分析,清楚的说明了U-boot的初始化,设置DMA、定时器、中断向量等等。-U-boot source code analysis