搜索资源列表
vividriver
- s3c2410嵌入式引导程序vivi中的驱动部分,已分成单个的实验,包括mmu、sdram、uart、timer、interrupt等,可按每个实验单独学习一个内容
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
5.Timer-Interrupts
- CC2430时间中断实验所用源代码,用于对cc2430芯片的学习研究-CC2430 experiment time interrupt source code for study and research on cc2430 chip
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,
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