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

搜索资源列表

  1. stm32f103时钟中断源码

    0下载:
  2. 是stm32f103的时钟中断源码,共大家学习参考
  3. 所属分类:系统编程

    • 发布日期:2011-09-10
    • 文件大小:67.75kb
    • 提供者:kingids
  1. ourdev_478944

    2下载:
  2. PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
  3. 所属分类:其他小程序

    • 发布日期:2013-09-04
    • 文件大小:613.07kb
    • 提供者:ztx
  1. STM32F103_USART

    1下载:
  2. stm32 串口的中断收发 内有详细介绍-stm32 usart riq! riq! riq! riq! riq!
  3. 所属分类:Communication

    • 发布日期:2016-03-14
    • 文件大小:487kb
    • 提供者:李康
  1. LED-control---interput

    0下载:
  2. 可控,外部中断,准确延时,stm32开发板-Controllable, external interrupt, an accurate delay
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.92mb
    • 提供者:李威
  1. STM32_TIM

    1下载:
  2. STM32定时器的应用,产生1ms的中断和10us的延迟,希望对大家有用-STM32 timer application, generate 1ms interrupt and 10us delay, and hope to be useful
  3. 所属分类:Other systems

    • 发布日期:2014-09-29
    • 文件大小:3kb
    • 提供者:111111
  1. stm32_UART

    0下载:
  2. stm32串口中断收发例程_查询发送中断接收,采用3.5库-stm32 serial interrupt transceiver routines _ query sent interrupt reception, with 3.5 library
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:361.19kb
    • 提供者:大兵
  1. USART-transport-by-STM32MCU

    0下载:
  2. 使用STM32单片机进行串口通信功能的实现。(通过中断方式进行)-STM32 microcontrollers using serial communication functions. (Through interrupt)
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5.56mb
    • 提供者:MR.G
  1. STM32-interrupt

    0下载:
  2. 基于STM32F103RBT6或者STM32F103RBT6的中断测试程序,是学习STM32的参考代码! -Based on STM32F103RBT6 or STM32F103RBT6 interrupt test procedures, is to learn STM32 reference code!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:270.66kb
    • 提供者:wanger
  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
    • 文件大小:4.58mb
    • 提供者:wanger
  1. STM32_DMA中断从机

    3下载:
  2. 实现步进电机的S曲线启动与减速,实际项目使用(S stepper motor implementation of the curve to start and slow down, the actual use of the project)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:5.14mb
    • 提供者:小米快跑
  1. STM32key4x4Interrupt-Mode

    1下载:
  2. 基于STM32的矩阵键盘程序,采用中断方式书写,可以直接使用(STM32 matrix keyboard program)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:6.38mb
    • 提供者:赵赢
  1. 实验5 外部中断实验

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

    • 发布日期:2017-12-22
    • 文件大小:272kb
    • 提供者:魏顺发
  1. 定时器中断

    0下载:
  2. stm32芯片定时器的中断的实现,对32定时器的初始化和GPIO口的操控(STM32 chip timer interrupt the realization of the 32 timer initialization and GPIO port control)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:4.32mb
    • 提供者:fpy135
  1. EXTI+USART

    0下载:
  2. 外部中断使用,源地工作室stm32最小系统外部终端使用(exitThe use of external interrupt source, studio STM32 minimum system external terminal use)
  3. 所属分类:其他

  1. 测量频率

    0下载:
  2. 功能:测量两路输入的频率,并在液晶上显示。 有两种方法测频率,一种是周期测频法,一种是频率计数法: 周期测频法要求有参考时钟,通过对一个或者几个周期信号内参考时钟的计数来测量; 频率计数法就是单位时间内测出被测信号的改变次数,从而得到频率。 第一种方法的精度与参考时钟的速度有关,速度越快精度越高,第二种的精度跟所取的单位时间有关,时间越长,精度越高。所以前者适合测低频,后者适合测高频。 所以要想测量准确就得看你所测信号的频率范围了。 你也可以结合这两者的优势,实现互补。
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:16.87mb
    • 提供者:Suns@asd
  1. 实验5 外部中断实验

    0下载:
  2. 利用stm32实现中断,含有各种中断情况(Interruption experiment)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:140kb
    • 提供者:vv1660
  1. 7_定时器多通道

    0下载:
  2. 多通道定时器的运用,有三个中断,分别产生不同现象(There are three interruptions in the application of multi-channel timer, which produce different phenomena)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:536kb
    • 提供者:苹果q
  1. STM32矩阵键盘

    1下载:
  2. 使用中断方式i实现在STM32F103上的矩阵键盘。修改端口所有的需要修改的地方已用宏定义列出。方便修改(Use interrupt mode I to implement the matrix keyboard on STM32F103. All the modifications needed to modify the port are listed in the macro definition. Convenient modification)
  3. 所属分类:其他

    • 发布日期:2020-05-05
    • 文件大小:5kb
    • 提供者:Jim_wang
  1. W5500+stm32+interrupt

    1下载:
  2. W5500+stm32示例代码使用中断方式(W5500+stm32 sample code use interrupt way)
  3. 所属分类:其他

    • 发布日期:2020-04-28
    • 文件大小:16.95mb
    • 提供者:chen&huang
  1. STM32正交编码器_外部中断

    3下载:
  2. 用外部中断实现编码器计数,不用STM32自带的编码器接口模式(Encoder Counting with External Interrupt)
  3. 所属分类:其他

    • 发布日期:2019-12-18
    • 文件大小:305kb
    • 提供者:yanmaohang
« 12 »
搜珍网 www.dssz.com