搜索资源列表
-
0下载:
PWM控制输出电压由于该程序所需完成的功能比较简单,设计时采用了简单的前后台组织结构:后台程序(主程序)在非通讯状态时工作,完成各项数据的采集和预处理,并标准化至通讯协议所规定的格式。这一过程不停进行,随时提供最新数据;前台程序(中断服务程序)在接收到来自控制器的命令时启动。它对命令加以识别,并按要求向控制器传送相应数据或对数据进行解析执行。该程序的流程示意如图-PWM output voltage control due to the completion of the procedures
-
-
0下载:
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下编
-
-
0下载:
1.可组合给定内容的程序,利用示波器测量XF或LED0管脚的信号频率。
2.可修改定时器中断服务程序,使三个发光极管每隔1秒钟轮流点亮一次。-1. Portfolio will be content to the procedure, and use oscilloscope measurement XF or LED0 pin signal frequency. 2. Amend timer interrupt service routine, three-top every one li
-
-
0下载:
MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V)
Inputs pairs AIN0-AIN1 read in an interrupt service routine-MSC 1210 A / D Conversion for an input signals (-2.5V ... 2.5V) Inputs pairs compute-con read in an interrupt service routine
-
-
1下载:
杭州利宇泰公司的基于44B0的ARMSys开发板上的大量源代码,包括ADC、ARP、彩色LCD、外部中断、以太网底层函数、FAT16文件系统、Flash ROM、GUI软件包、Helloworld程序、IIC接口、扫描键盘、Ping程序、44B0内置RTC示例、SDRAM接口、定时器示例、触摸屏示例、UART示例和uC/OS-II的移植、应用(包括多任务、任务间通信、中断服务程序)、UDP数据传输、USB固件编写等程序代码和工程。一次性共享给大家使用。可以作为其他samsung44B0开发板上应
-
-
1下载:
UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器.
在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。
Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。
中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。
Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。
Task
-
-
0下载:
基于S3C2440芯片的UCOSII移植完整版,包括初始化代码,驱动程序以及多达15个包括中断服务程序、键盘、优先级、任务初始化等实例,适合初学者快速入门!-S3C2440 chip based on the full version of UCOSII transplantation, including the initialization code, driver and up to 15 including the interrupt service routine, keyboards
-
-
0下载:
在IAR环境中编写程序实现以下功能:
1、设计3个任务的应用程序,三个任务分别是Mytask、Youtask、Intertask;
2、在第一组数码管上显示任务Mytask的运行次数,在第二组数码管上显示任务Youtask的运行次数;
3、任务Intertask是在时钟节拍中断服务程序中用钩子函数OSTimeTickHook()中断1000次时使用一个信号变量Interkey激活的;
4、用蜂蜜器响一小段时间表示“运行了中断要求运行的任务Intertask”。-Write a p
-
-
0下载:
atmel公司AVR带can接口控制器的编程指南,PDF格式,指导你如何编写CANBUS通讯程序。(如何初始化can,如何编写atmel can控制器的中断服务程序)。
是不可多得的好教程,atmel公司canbus这方面的编程资料网上很难找的。-Atmel Corporation AVR band can interface controller programming guide, PDF format, to guide you how to prepare CANBUS commu
-
-
0下载:
C语言实现的基于AVR 8位单片机的TWI通讯!
通过中断服务程序中的状态机,与TWI硬件状态机相配合,实现快速准确的数据交换!-C language based on the AVR 8-bit MCU s TWI communication! Through the interrupt service routine of the state machine, with the TWI hardware state machine matched the achievement of r
-
-
0下载:
ARM下UBOOT引导程序是如何引导加载程序的,
1.如何编译和调试主程序
2.如何使中断跳到RAM中的中断服务程序执行
3.如何把引导程序和主程序写入FLASH中.-ARM program under the guidance UBOOT is how the boot loader, 1. How to compile and debug the main program 2. How to make the jump to RAM interruption in the imp
-
-
0下载:
编写主程序,读取K0状态,当其与地端闭合时(P1.3为低电平)初始化为下降沿中断,反之,初始化为低电平中断,且发光二极管灭;编写中断服务程序,使图中的发光管闪烁5次,间隔250ms,即中断服务程序的执行时间为2.5秒,退出中断程序时,使发光管灭。-Write the main program, read K0 state, when its end is closed and the earth (P1.3 is low) is initialized to interrupt falling
-
-
0下载:
Freescale xs128 中断服务程序-Freescale xs128 interrupt service routine
-
-
0下载:
程序利用SW4 - SW7产生中断12,改变LED1 - LED4的闪烁频率,执行相应的中断服务程序(ISR) )-Program using SW4- SW7 interrupt 12, to change LED1- LED4 flicker frequency, executing the corresponding interrupt service routine (ISR))
-
-
0下载:
rensas R8C2K/L的中断服务程序(timer A,timer D,ADC...)-rensas R8C2K/L of the interrupt service routine (timer A, timer D, ADC ...)
-
-
0下载:
LPC2368 GPIO_INT外中断测试程序,按复位如果8个LED是全亮的。然后按一下中断按键INT键。如果按下触发INT0中断服务程序,会将8个LED熄灭。-LPC2368 GPIO_INT external interrupt test program, press the reset if all eight LED is bright. INT interrupt button and then click the button. If you press the trigger IN
-
-
0下载:
Atmega16的中断服务程序,基于AVR Studio开发的-The Atmega16 interrupt service routine, developed based on the AVR Studio
-
-
0下载:
中断服务程序。用于飞思卡尔智能小车的中断程序以实现一定功能。-Interrupt service routine. Used for car freescale intelligence interrupt program to achieve a certain function.
-
-
0下载:
LPC2131中断,按下按键程序进入中断子程序,松开程序从中断中恢复-LPC2131 interrupt, press the button interrupt service routine, release the program to recover the interruption in
-
-
0下载:
基于ATmega16的中断服务程序,供初学者学习-Based on ATmega16 interrupt service routine for beginners to learn
-