CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 中断程序

搜索资源列表

  1. Interrupt

    0下载:
  2. PIC单片机的中断程序,在MPLAB环境下运行-PIC microcontroller interrupt routines run in the MPLAB environment
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12992
    • 提供者:cao
  1. EXTI

    0下载:
  2. STM32的外部中断程序,如果大家有对ARM感兴趣的话,这个对你有很大的帮助-STM32 external interrupt program, if you are interested in the ARM, then this is very helpful for you
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-10
    • 文件大小:2364964
    • 提供者:福星高照
  1. 中断实验与编程

    0下载:
  2. 实验任务及内容: 编一程序,在显示器上显示时、分、秒。借用计数器8253的Timer0作为中断源,通过8259A向CPU发中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如CLK)后清屏后显示:Current time is: xx:xx:xx (时分秒键盘输入) 打回车,时、分、秒开始计时。时钟不停的刷新。 当键入CTRL+C时,停止计时,返回系统,且系统正常运行不死机。 8253的初始化程序段可借用口地址为40H、41H、42H、43H 控制字为3
  3. 所属分类:汇编语言

    • 发布日期:2015-03-21
    • 文件大小:217636
    • 提供者:BUPTAnnie
  1. STM32_RTC_秒中断闹钟中断演示程序

    4下载:
  2. 秒中断;启动时显示默认时间,按下GPIO_15(此按键在STM32板上为按键)后,设置时间,输入时间后(只能一位一位输),按新时间开始显示,由秒中断控制每秒显示一次,并每五秒产生一次闹钟中断。代码注释的比较全
  3. 所属分类:嵌入式/单片机编程

  1. 中断唤醒睡眠系统

    0下载:
  2. CC2530低功耗中断唤醒程序,定时休眠然后唤醒(CC2530 low power interrupt wakeup program, timed sleep, and wake up)
  3. 所属分类:单片机开发

    • 发布日期:
    • 文件大小:45056
    • 提供者:John_Max
  1. 通用定时器中断实验---含详细注释

    0下载:
  2. STM32单片机定时器中断实验,对学习定时器中断的朋友来说,值得学习借鉴,程序中含有详细的中文注释(STM32 microcontroller timer interrupt experiment, to learn the timer interrupt friends, it is worth learning from, the program contains detailed Chinese Notes)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-18
    • 文件大小:2115584
    • 提供者:傅昌龙
  1. SCI中断发送

    0下载:
  2. 基于飞思卡尔G128的SCI中断发送程序,寄存器操作,谢谢(Based on Freescale Carle G128 SCI interrupt sending program, register operation, thank you)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-23
    • 文件大小:226304
    • 提供者:风雨流年
  1. STM32中断接发

    0下载:
  2. STM32源程序,对于USART1中断接收和发送数据例程,对初学者很有帮助(STM32_USART1 interrupt receiving)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-15
    • 文件大小:301056
    • 提供者:龙游
  1. 23 中断

    0下载:
  2. 这是stc90c52的中断程序,其中包含有定时器中断和外部中断两种方式的触发(This is a stc90c52 interrupt program that contains two triggers, timer interrupts and external interrupts)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:319488
    • 提供者:Niryork
  1. 中断法键盘扫描c程序

    0下载:
  2. 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:西游记
  1. PIC单片机滚动码解码C程序

    2下载:
  2. //PIC单片机滚动码解码C程序 // Interrupt based receive routine 基于中断的接收例程 // Compiled using HiTech PIC C compiler v.7.93 编译使用该PIC的C编译器v.7.93 #define CLOCK 4 // MHz #define TE 400 // us #define OVERSAMPLI
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:jihh04
  1. 51中断定时数码管显示程序

    0下载:
  2. 采用51单片机通过中断来进行精确定时,然后通过数码管显示,来完成一个精确数字时钟的功能()
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:24576
    • 提供者:xingkonggulu
  1. 实验5 外部中断实验

    0下载:
  2. 此程序用stm32控制外部中断 实验通俗易懂(This procedure with STM32 control, external interrupt experiment, easy to understand)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:278528
    • 提供者:魏顺发
  1. 实验四 定时器与外部中断

    0下载:
  2. 时间中断函数,基于51单片机,用keil编的程序,希望对大家有用(key is the main you she is aji kei)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:13312
    • 提供者:love 。
  1. 下位机程序111

    0下载:
  2. 进行串口读取数据,中断服务,完成一定的脉冲发送(Serial read data, interrupt service, to complete a certain pulse to send)
  3. 所属分类:其他

  1. 实验5外部中断实验

    0下载:
  2. STM32F103ZET6 外部中断实验,C语言程序。(STM32F103ZET6 external interrupt experiment, C language program.)
  3. 所属分类:微处理器开发

    • 发布日期:2018-01-03
    • 文件大小:285696
    • 提供者:mzboty
  1. 【2】路虎_EXTI(2012.4.13)

    0下载:
  2. LPC1768外部中断程序例程 路虎开发板(LPC1768 external interrupt routines Land Rover development board)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-03
    • 文件大小:125952
    • 提供者:B_boyxiaoxin
  1. 书例_野火M3-KEY(EXTI)

    0下载:
  2. 利用STM32写的按键中断程序,可设置上升沿和下降沿触发中断(program for key interrupt)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-04
    • 文件大小:2332672
    • 提供者:erc1
  1. 实验16:外部中断1

    0下载:
  2. 51开发板中第10个程序外部中断,运行程序后会自动运行相关程序(The 10th program in the development board is interrupted, and the program will automatically run after running the program)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-06
    • 文件大小:34816
    • 提供者:无界行者
  1. 实验18:定时器1中断

    0下载:
  2. 51开发板中第10个定时器中断,运行程序后会自动运行相关程序(The 10 timer interrupts on the development board, and the program will run automatically after running the program)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-06
    • 文件大小:35840
    • 提供者:无界行者
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com