CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - stm32 external interrupt

搜索资源列表

  1. TEST-EXTI0

    0下载:
  2. 使用STM32的外部中断来检测按键,通过WK-UP按键实现一次DS0和DS1同时翻转,按KEY0翻转DS0,按KEY翻转DS1!-Using the STM32 external interrupt to detect keys by WK-UP buttons simultaneously to achieve a DS0 and DS1 flip, press KEY0 flip DS0, press KEY flip DS1!
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:649560
    • 提供者:zhanglei
  1. frequence_count

    1下载:
  2. 使用stm32外部中断和定时器中断进行测频,方波测量范围为10Hz-100kHz,经调试可用-Use stm32 external interrupt and timer interrupt frequency measurement, square wave measurement range of 10Hz-100kHz, after debugging available
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:348220
    • 提供者:刘陈锋
  1. STM32F407_IRQ

    0下载:
  2. STM32 外部中断,如何采用外部中断来采集高速传输的数据-STM32 External Interrupt
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:994756
    • 提供者:吴剑波
  1. stm32

    0下载:
  2. stm32外部中断,进入中断后点亮小灯,让小灯实现亮灭-stm32 external interrupts, after entering the interrupt lit a small lamp, so that small lights to achieve light off
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-17
    • 文件大小:4188597
    • 提供者:张锋
  1. STM32-GPIO_uart

    1下载:
  2. 利用GPIO、EXTI外部中断、TIM定时器实现URAT串口,该例子来自21IC网,未做改动,明天自己调试,看看效果 完全是根据UART协议编写-Using GPIO, EXTI external interrupt, TIM timer URAT serial port, the example from 21 IC net, do not make changes, their debugging tomorrow, see the effect Writing is e
  3. 所属分类:SCM

    • 发布日期:2015-12-03
    • 文件大小:793600
    • 提供者:qzqsan
  1. STM32-counter

    0下载:
  2. STM32 使用外部中断作为计数器 可以通过串口查看计数值 还有暂停计数功能-STM32 using an external interrupt can still be suspended as a counter counting functions via the serial port to view the count value
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5753472
    • 提供者:杨有国
  1. STM32

    0下载:
  2. stm32单片机外部中断程序,只适合初学者,并不难-External interrupt procedures
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:750752
    • 提供者:陈涛
  1. STM32-key-input

    0下载:
  2. STM32编程、主要是外部按键产生中断控制-STM32 programming, mainly generated external interrupt control buttons
  3. 所属分类:ELanguage

    • 发布日期:2017-05-19
    • 文件大小:5524480
    • 提供者:黄杰强
  1. stm32--interrupt

    0下载:
  2. 基于stm32单片机的外部中断程序,仅供参考-Based on the stm32 MCU external interrupt procedures, for reference only
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:53968
    • 提供者:林巧丽
  1. STM32--EXTI

    0下载:
  2. 对初学者接触STM32学习外部中断的使用很有帮助,可直接运行-The use of beginners contact STM32 learning external interrupt is helpful, can be directly run
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:297798
    • 提供者:Kobe Bryant
  1. STM32-coding-speed

    1下载:
  2. 编码器测速的两种方式外部中断和正交编码。-Two ways external interrupt and speed encoder quadrature encoder.
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5889874
    • 提供者:liangzi
  1. GPIO-interrupt-programming

    0下载:
  2. STM32 GPIO之外部中断程序编写,学习STM32的苦心积累,希望能帮到你。-STM32- External GPIO interrupt the programming, learning STM32 painstakingly accumulated, I hope you can help.
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:7856
    • 提供者:谭海波
  1. extern-inter

    0下载:
  2. STM32 外部中断的编写 很有用哦 经典例程-STM32 external interrupt write useful oh
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1689576
    • 提供者:kmww
  1. STM32-keytest

    0下载:
  2. 基于STM32F103RBT6或者STM32F103RBT6的外部中断按键触发测试程序,是学习STM32的参考代码! -Based on STM32F103RBT6 or STM32F103RBT6 external interrupt button trigger test procedure is to learn the STM32 reference code!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4803543
    • 提供者:wanger
  1. stm32_exit

    0下载:
  2. stm32外部中断代码,编译环境的keil4,3.5版本的库函数-STM32 external interrupt code, the compiler environment keil4, 3.5 version of the library function
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1819583
    • 提供者:林麟
  1. STM32exit

    0下载:
  2. stm32 外部中断详细初始化过程和事件详细讲解。本程序以按键为例进行触发。-stm32 external interrupt initialization process and event details explained in detail. The Program button to trigger an example.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1809673
    • 提供者:刘紫飞
  1. STM32_EXIT

    0下载:
  2. 这个实验是STM32外部中断实验。控制LED灯亮灭-This experiment STM32 external interrupt experiment. Control LED lights off
  3. 所属分类:HardWare Design

    • 发布日期:2017-05-13
    • 文件大小:2687151
    • 提供者:唐宋
  1. ultrasonic

    1下载:
  2. 超声波测距,外部中断方式,stm32f407单片机(Ultrasonic ranging, external interrupt way, stm32f407 SCM)
  3. 所属分类:嵌入式/单片机编程

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

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

    • 发布日期:2017-12-22
    • 文件大小:278528
    • 提供者:魏顺发
  1. 3-EXTI—外部中断

    0下载:
  2. stm32f429开发板上的例程,挺好的学习材料,外部中断的应用,代码写得很规范(Stm32f429 development board routines, very good learning materials, external interrupt application, code written very standardized)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-27
    • 文件大小:9631744
    • 提供者:米多多
« 1 2 34 5 6 »
搜珍网 www.dssz.com