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

搜索资源列表

  1. STM32-Interrupt

    0下载:
  2. STM32详细的中断向量表,包含优先级和函数名-STM32 Interrupt List, contains Interrupt Name
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:45050
    • 提供者:逆0
  1. STM32

    0下载:
  2. 本实验将实现如下功能:本实验DS0用来指示程序运行,400ms为一个周期。DS1用于定时器中断取反,指示定时器中断状态,1000ms为一个周期。下载完后,可以看到DS0快闪,DS1慢闪。 -This experiment will achieve the following functions: this experiment DS0 used to indicate the program to run, 400ms for a cycle. DS1 for timer interrupt
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:4010186
    • 提供者:ccccc
  1. STM32-cap4-HCSR04

    0下载:
  2. STM32 用捕获器通道4 采集超声波HCSR04的数据,采用捕获器,不怕中断-None.
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3298407
    • 提供者:protest
  1. stm32

    2下载:
  2. IO口使用,三个串口收发,双定时器的使用,串口中断、定时器中断等。-IO port to use, three serial port transceiver, dual timer, serial port interrupt, timer interruption.
  3. 所属分类:SCM

    • 发布日期:2017-02-14
    • 文件大小:1411072
    • 提供者:Jeff.Han
  1. STM32-serial-port-

    0下载:
  2. STM32串口中断接收程序,带检测,可以有效的避免串口通讯中的错误码。-STM32 serial port interrupt receiving procedures, with testing
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:6416919
    • 提供者:高飞
  1. stm32电子闹钟

    1下载:
  2. 基于stm32的电子闹钟程序,可以设置二组闹钟,利用中断实现蜂鸣器的响声,具有时间日期显示功能
  3. 所属分类:嵌入式/单片机编程

  1. Stm32-external-interrupt-experiment

    0下载:
  2. STM32 外部中断实验,PA0 和PA1-Stm32 external interrupt experiment
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4195577
    • 提供者:周政
  1. STM32-USART

    1下载:
  2. STM32 UART使用,中断方式,含源码-STM32 UART
  3. 所属分类:File Formats

    • 发布日期:2017-05-06
    • 文件大小:578132
    • 提供者:李立春
  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
    • 文件大小:5392384
    • 提供者:小米快跑
  1. ARM实现秒表功能

    0下载:
  2. 实现秒表功能。数码管高两位显示秒,低两位显示精确到0.01秒的数值(提示,修改PIT0中断的时间,调整走时和显示算法;在实现自由走时的基础上,利用按键,使其具有开始、暂停、继续、停止等功能。开始键负责清零,然后开始计时。(Stopwatch function. Two digital tube display seconds, low two digit display accurate to 0.01 seconds (numerical prompt, modify the PIT0 int
  3. 所属分类:单片机开发

    • 发布日期:2017-12-14
    • 文件大小:475363
    • 提供者:布丁bulu
  1. STM32F10x_硬件I2C从机(接收数据 - 中断方式)

    4下载:
  2. 实现STM32F103单片机作为主机与其他单片机进行通信(STM32F103 microcontroller as a host to communicate with other microcontrollers)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-16
    • 文件大小:317440
    • 提供者:撸起袖子
  1. Controller_NJDots_V1.0

    0下载:
  2. 实现了在STM32f103平台上的红外人感中断,温湿度获取(The infrared human sense interrupt and temperature and humidity acquisition on the STM32f103 platform are realized)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:6746112
    • 提供者:五月蓝天
  1. encoder

    1下载:
  2. stm32编码器模式及中断配置,可以利用stm32读取正交编码器。CNT寄存器没10000代表一圈,每一圈产生一个中断,可以实时读取每一圈CNT值,以及总圈数(Stm32 encoder mode and interrupt configuration, you can use stm32 to read the quadrature encoder. CNT register no 10000 on behalf of a circle, each lap to produce an inte
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:chichichi
  1. 定时器中断实验

    0下载:
  2. STM32F103VE 单片机简单的定时器配置(STM32F103VE microcontroller simple timer configuration)
  3. 所属分类:单片机开发

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

    1下载:
  2. 通过开发板上载有的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
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:2598912
    • 提供者:菜鸟1号
  1. 定时器中断实验

    0下载:
  2. 中断入门编程,针对STM32的初学者使用(Interrupt entry programming)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-20
    • 文件大小:3962880
    • 提供者:yixinzhishui
  1. 21-USART—串口通信

    1下载:
  2. STM32 USART 串口库函数程序,用中断函数实现接收数据(STM32 USART---------------)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:5113856
    • 提供者:CH2020
  1. ultrasonic

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

    • 发布日期:2017-12-19
    • 文件大小:3660800
    • 提供者:troublechen
  1. STM32key4x4Interrupt-Mode

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

    • 发布日期:2017-12-24
    • 文件大小:6686720
    • 提供者:赵赢
  1. Usart_ReadCO2

    0下载:
  2. STM32串口中断超时接收炜盛CO2传感器数据,能应用于实际项目中(STM32 serial interrupt timeout, receive Wei Sheng CO2 sensor data, can be applied to actual projects)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:4578304
    • 提供者:满地鸡毛
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com