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

搜索资源列表

  1. STM32_TONGTimer

    0下载:
  2. stm32通用定时器程序源码,测试通过,完全可用-stm32 Open Source general-purpose timers, fully available
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2488157
    • 提供者:王龙
  1. TIMER_capture

    0下载:
  2. 采用STM32内部定时器的捕获功能,可进行边沿触发捕获或电平捕获,在此基础上进行信号频率测量-STM32 using internal timer capture function can be edge or level triggered capture capture, signal frequency measurement on the basis of
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:291596
    • 提供者:sunyan
  1. biaozhunlicheng-kuhanshubanben

    0下载:
  2. STM32F103标准库函数版本C程序,包含工程模板、跑马灯、按键、串口、定时器、外部中断、TFT显示等常用程序,非常好用,适合工程开发人员和STM32单片机学习人员。-Revision C standard library functions STM32F103 program, including project templates, marquees, keys, serial, timers, external interrupts, TFT display and other comm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-13
    • 文件大小:20793231
    • 提供者:陈吧
  1. timer

    0下载:
  2. 利用stm32实现定时器的功能,控制流水灯以及音乐播放等功能-Use stm32 achieve timer functions, control water lights and music player and other functions
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:824466
    • 提供者:houyuexia
  1. stm32f41CH4Cap

    0下载:
  2. stm32 用一个定时器的四个通道,同时捕获4路pwm波,并算出pwm波的频率和占空比。-stm32 a timer with four channels, while capturing four pwm wave, and calculates pwm wave frequency and duty cycle.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-25
    • 文件大小:8192709
    • 提供者:123
  1. PWM_T1C1

    0下载:
  2. stm32产生多路pwm源码,定时器1产生4通道独立的pwm信号-Stm32 produce multiplex PWM source, timer 1 to generate 4 channel independent of the PWM signal
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2227668
    • 提供者:陈俊嘉
  1. TM32-PWM-TEST

    0下载:
  2. stm32的pwm配置和测试试验,讲解了通用定时器的PWM配置和脉宽调制-This file is about STM32 s PWM configuration and test,the content is Explained the general PWM timer configuration and pulse width modulation
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-02
    • 文件大小:931762
    • 提供者:jie.xing
  1. __21arm12.5-1

    0下载:
  2. stm32的vbt6型号的定时器项目例程-stm32 of vbt6 models project pwm routines
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:5773222
    • 提供者:田兆
  1. STM_-Nokia5110

    0下载:
  2. 利用STM32开发板,在Nokia5110液晶显示模块上显示图像,图像显示发生在定时器2中断,显示的图像共4幅,奶牛,girl,大象,狐狸的图像。-Use STM32 development board, in Nokia5110 LCD image, the image is displayed the timer 2 interrupt display module, a total of four image display, cows, girl, elephants, foxes im
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2302418
    • 提供者:闻名
  1. Infrared

    0下载:
  2. 使用STM32利用定时器输入捕获功能实现红外接收驱动。-Use STM32 use of the timer input capture function realization infrared receiver driver.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2529303
    • 提供者:史正
  1. STM32_TIMER

    0下载:
  2. 使用STM32来控制定时器使用操作的源码-Use STM32 to control timer operations Source
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3006
    • 提供者:jie
  1. STM32EncoderConfig

    0下载:
  2. STM32定时的编码器模式配置,可用串口打印到上位机上查看,并解决了编码器计数器溢出的问题。-STM32 timer encoder mode configuration, available serial printer to the host computer to view, and to address the encoder counter overflow problem.
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4728929
    • 提供者:凌枫
  1. lzj_stm32-24_road_PWM

    0下载:
  2. stm32 使用6个定时器共输出24路PWM波频率均为50Hz 占空比为1.5ms,用于控制机器人24路电机.
  3. 所属分类:SCM

    • 发布日期:2017-05-30
    • 文件大小:12263273
    • 提供者:李中佳
  1. 1.PWM_F1

    0下载:
  2. 要使STM32的通用定时器TIMx产生PWM输出,我们会用到3个寄存器,来控制PWM的。这三个寄存器分别是:捕获/比较模式寄存器(TIMx_CCMR1/2)、捕获/比较使能寄存器(TIMx_CCER)、捕获/比较寄存器(TIMx_CCR1~4)。(注意,还有个TIMx的ARR寄存器是用来控制pwm的输出频率) 首先是捕获/比较模式寄存器(TIMx_CCMR1/2),该寄存器总共有2个,TIMx _CCMR1和TIMx _CCMR2。TIMx_CCMR1控制CH1和2,而TIMx_CCMR2控
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:343519
    • 提供者:刘小明
  1. GPIO-LED

    1下载:
  2. STM32驱动LED程序,使用系统滴答定时器精确延时。-STM32 LED driver, the use of the system timer tick precision delay。
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-14
    • 文件大小:3132182
    • 提供者:YUEMIN
  1. ljq

    0下载:
  2. stm32外设的综合使用,包括液晶,串口,adc,定时器等-integrated program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-13
    • 文件大小:2577843
    • 提供者:
  1. 5-SysTick-Timer

    0下载:
  2. stm32单片机的初级教程,学习滴答定时器的工作原理-SCM stm32 primary curriculum, learning ticking timer works
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1150495
    • 提供者:wangyanan
  1. LED

    0下载:
  2. 初学STM32中各种模块的简单使用,包括GPIO输入输出,液晶屏,中断,按键,定时器,串口等基本单元操作,适合初学者使用-Beginners of various modules in the STM32 is simple to use, including the GPIO input and output, LCD screen, interruption, buttons, timer, serial port and so on basic unit operations, suita
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-19
    • 文件大小:5182552
    • 提供者:张波
  1. UART

    1下载:
  2. 同时使用STM32三个串口的接收与发送,串口1使用printf(),串口2使用u2_printf(),串口3使用u3_printf().接受采用定时器中断超时,5ms未接收到数据认为本次接收结束,置位相应的标志位,主程序检测并处理接收数据。-STM32 simultaneously receive and send three serial, serial port 1 to use printf (), 2 serial ports use u2_printf (), 3 serial por
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:6914638
    • 提供者:龙泰
  1. tim1-4-PWM

    0下载:
  2. 用 STM32 高级定时器 TIM1 同时控 4路 马达,PWM控制,-Advanced timer STM32 with TIM1 at the same time control 4 motor, PWM control,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:241964
    • 提供者:li
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com