搜索资源列表
DOS里控制显示字体
- 能在DOS里显示字体,并且字体可以移动,移动时改变颜色,也用中断控制速度
arm9按键控制
- 2440 按键控制 外部中断
spi.rar
- 2812SPI 的标准SpI历程,包括了时钟信号设定,SPI-A的外设端口的配置。采用中断控制方式。,SpI course 2812SPI standards, including a clock signal set, SPI-A port of the peripheral configuration. Interrupt control mode used.
EXTI1
- STM32开发板外部中断的例子,这个例子中,可以通过外部中断控制相应的外设.-demo of external interrupt of STM32 ,you may use external interrupt to control device.
8259
- 8259中断控制器,参考网上的源码,但自己已经调通,并且应用在控制卡和通信卡上。-8259 interrupt controller, online reference source, but he had transferred Qualcomm, and applications in the control card and communication card.
s3c2410-interrupt
- s3c2410上的中断控制实验代码,里面还有s3c2410上的最小启动代码,并含有详细的注释!-Interrupt Control s3c2410 experiment on the code, there is also the smallest s3c2410 startup code, and contains detailed notes!
DriveofBrushlessDCMotorforElectricMotorcycleBasedo
- 本课题结合无刷直流电机的结构特点,完成控制系统。根据硬件电路设计相应的外围辅助电路,并编辑驱动程序。使控制器具有体积小、功能全、价格低的优点。本课题采用Microchip公司PIC系列单片机16F72作为控制芯片,在降低成本与提高控制性能之间取得较好平衡。根据PIC16F系列单片机的特点设计了系统的控制策略:利用PIC单片机的引脚电平中断控制电机的换相,根据霍尔信号输出6路控制信号驱动电机旋转;利用AD转化功能检测手柄电压,实现给定速度检测,保证响应速度;实现电机正反转转换、启动防冲车、欠压重启
shumaguan
- 89C52单片机控制,数码管扫描显示程序。按键中断控制。-89C52 MCU control, digital control scan display program. Button interrupt control.
8255int
- 8259芯片中断控制LED 扳动SP按钮 LED点亮或熄灭-8259 Interrupt Control LED flip-chip LED lit or extinguished SP button
S3C2410-init
- 基于ARM9芯片S3C2410异常中断程序设计。验证的代码详细分析了基于ARM嵌入式系统的异常处理流程。然后阐明关键字“-irq”的作用,设计出中断处理函数。最后,通过设置中断控制寄存器,设计外部中断EINT3的初始化程序,并给出主程序流程图。实践证明程序运行稳定可靠。-S3C2410 ARM9-based chip exception interrupt programming. Detailed analysis of the code verification of embedded sy
飞思卡尔qg08单片机中断控制灯闪烁主程序
- 飞思卡尔qg08单片机中断控制灯闪烁主程序,希望能对初学者有所帮着-The Freescale qg08 microcontroller interrupt control lamp blinks main program, I hope to have helped for beginners
中断实验与编程
- 实验任务及内容: 编一程序,在显示器上显示时、分、秒。借用计数器8253的Timer0作为中断源,通过8259A向CPU发中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如CLK)后清屏后显示:Current time is: xx:xx:xx (时分秒键盘输入) 打回车,时、分、秒开始计时。时钟不停的刷新。 当键入CTRL+C时,停止计时,返回系统,且系统正常运行不死机。 8253的初始化程序段可借用口地址为40H、41H、42H、43H 控制字为3
STM32_RTC_秒中断闹钟中断演示程序
- 秒中断;启动时显示默认时间,按下GPIO_15(此按键在STM32板上为按键)后,设置时间,输入时间后(只能一位一位输),按新时间开始显示,由秒中断控制每秒显示一次,并每五秒产生一次闹钟中断。代码注释的比较全
定时器-1-控制LED灯闪烁
- 基于lpc2103通过定时器0中断控制led灯的亮灭
外部中断实验
- 通过开发板上载有的3个按钮(KEY_UP、KEY0、KEY1),来控制板上的2,LED(DS0和DS1),其中KEY0控制DS0,按一次亮,再按一次,就灭。KEY1控制DS1,效果同KEY0。KEY_UP则同时控制 DS0和DS1,按一次,他们的状态就翻转一次。(Some 3 buttons are uploaded through the development board (KEY_UP, KEY0) (KEY1) to control the 2 LED (DS0 and DS1) on
step_motor_2
- 中断控制双路步进电机运转,正传,反转,(新手,结构不是很清晰,但是能用)(Interrupts control double - step motor running, forward, reverse, (novice, not very clear, but can be used))
06_ADC_PIT
- 基于mk20使用PIT内部周期中断控制ad转换。(PIT based on MK20, internal cycle interrupt control, ad conversion.)
实验5 外部中断实验
- 此程序用stm32控制外部中断 实验通俗易懂(This procedure with STM32 control, external interrupt experiment, easy to understand)
PWM_DCMOTOR
- 实现通过按键中断控制PWM占空比,从而实现电机转速控制。(Through the button interrupt control, PWM duty cycle.)
16.定时器0中断控制LED
- 基于51单片机实现定时器0中断控制LED程序,完成定时器定时问题(Based on 51 singlechip timer 0 interrupt control LED procedures, the completion of the timer timing problem)