搜索资源列表
S3C44B0X例子程序2
- 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编
yaokongasm
- Dragonchip:一个演示如可使用Timer 0, 1, 2作为计数器的例子,This program counts pulses generated by Counter A using Timer 0, 1, 2,at the same time and toggle PA2, PA1 and PA3 respectively. Pulses from PA1 then feed into PB6(T2EX) to trigger Timer 2 interrupt to toggl
EBDSAM7S64-Interrupt-ADS
- 本程序为完成各种中断的演示.at91sam7s64芯片,ads1.2编译器.代码说明: 1)完成基本的初始化 2)初始化PIO,IRQ,FIQ,software_interrupt等 3)驱动板上的四个按键(PB1,PB2,PB3,PB4) 4)初始化DEBUG口,Usart1等 5)初始化定时器timer0,timer1等-procedures for the completion of the various demonstration interrupted.
timer0_example2
- LPC2131 定时器实例2(中断方式)-LPC2131 timer Example 2 (interrupt)
interrupt
- 定时器T1中断实验。 1、定时器中断实验。定时器产生10mS周期中断,通过计数让PB1电平产生周期变化。 2、内部1 M晶振。
AT91R40008-Interrupt-ADS1_2-2_0
- ARM AT9140008 中断编程 DEMO FOR ADS 1.2-ARM AT9140008 interrupted programming DEMO FOR ADS 1.2
interrupt
- 这是ARM9 linux 2.4.X 中断驱动开发例子,想学LINXUX 驱动开发不妨下载参考,测试OK
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的状态
msp430f449-2
- 基于美国TI单片机msp430 f449的应用二定时器中断 低功耗与串口程序-TI msp430 microcontroller based on the U.S. f449 timer interrupt the application of two-way low-power and serial
STM32-I2C
- STM32 I2C 封装库1 – 查询方式 STM32 I2C 封装库2 – 中断方式 STM32 I2C 封装库3 – DMA方式 -STM32 I2C package library 1- ways to search for STM32 I2C package library 2- interrupt STM32 I2C package library 3- DMA mode
Stm32_ucos_2-2
- 在IAR环境中编写程序实现以下功能: 1、设计3个任务的应用程序,三个任务分别是Mytask、Youtask、Intertask; 2、在第一组数码管上显示任务Mytask的运行次数,在第二组数码管上显示任务Youtask的运行次数; 3、任务Intertask是在时钟节拍中断服务程序中用钩子函数OSTimeTickHook()中断1000次时使用一个信号变量Interkey激活的; 4、用蜂蜜器响一小段时间表示“运行了中断要求运行的任务Intertask”。-Write a p
interrupt
- 用Keil开发的基于C51的中断学习程序,LED显示。按键接在P3.2口,按一次按键,数码管显示加一,在0~9之间循环。注意数码管共阴还是共阳,附上程序对应单片机原理图。本人亲写-Keil development with the interruption of C51-based learning process, LED display. P3.2 access keys in the mouth, according to a button, digital display plus on
OCMJ8X15D(TOUCH)
- OCMJ8X15D触摸屏中断程序.使用比较方便。-OCMJ8X15D touch screen interrupt program
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
dingshiqi2
- 单片机52定时器2中断列子平常的52单片机的第三个定时器中断-Single-chip 52 Timer 2 interrupt normal 52 Liezi third single-chip timer interrupt
lab4.2
- ARM7综合实验。开发环境IAR,板子用的是YL-LPC2148。功能简介:通过UART(向量IRQ中断),接收上位机发来的控制命令,该命令控制蜂鸣器以特定频率鸣叫,同时利用LCD将蜂鸣器的鸣叫频率显示出来;通过开发板上外部中断源S4、S5(相量中断)获得外部输入0、1序列(按下S5代表1,S4代表0),将该序列发回上位机,同时LED闪亮以表示S4、S5操作有效。-ARM7 comprehensive experiment. Development Environment IAR, board
2
- 中断方式实现单片机到PC的串口通讯共2个这是2-Interrupt to achieve single-chip serial communication to the PC 2 2
stm8s103k3t6定时器2定时1s改变灯的状态
- stm8s103k3t6定时器2中断计数,1.0024sLED亮,1.0024sLED灭,PD4输出。(Stm8s103k3t6 timer 2 interrupt count, 1.0024sLED bright, 1.0024sLED out, PD4 output.)
2个按键分别控制2个LED
- 按键S1,S2外部中断方式改变LED1,LED2状态,具有防抖功能(Key S1, S2 external interrupt mode change LED1, LED2 state, with anti - shake function)