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

搜索资源列表

  1. STM32+EXTI.rar

    0下载:
  2. 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:162041
    • 提供者:chen
  1. STM32+TIM.rar

    0下载:
  2. 本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode),并产生相应的中断。 TIM2时钟设置为36MHz,预分频设置为35999,TIM2计数器时钟可表达为: TIM2 counter clock = TIMxCLK / (Prescaler +1) = 1 KHz 设置TIM2_CCR1寄存器值为1000, CCR1寄存器值1000除以TIM2计数器时钟频率1KHz,为1000毫秒。因此,经过1000毫秒的时延,置PC.06
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:149486
    • 提供者:chen
  1. stm32-Frequency-meter

    5下载:
  2. 使用stm32通用计数器做的一个简易频率计,可以算出脉冲宽度还有其占空比-Done using a general-purpose counter stm32 simple frequency counter, you can calculate the pulse width as well as its duty cycle
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-14
    • 文件大小:1169782
    • 提供者:曾松德
  1. STM32_graycntr

    0下载:
  2. Gray counter example for STM32 and CodeSourcery G-Gray counter example for STM32 and CodeSourcery GCC
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:67180
    • 提供者:Vaclavpe
  1. STM32-WWDGPLCD1602-Sec-counter

    0下载:
  2. WWDG+LCD1602秒表实验;* WWDG + LCD1602 秒表实验 *两个按键中断方式控制,计时精确到10ms *key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键) *LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V) *by 追梦 2011-4-8 *change by:追梦 2011-
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:1016044
    • 提供者:杜运福
  1. PWM-RTC-T

    0下载:
  2. stm32 pwm 定时器 计数器等功能的集合,可以实现pwm输出,外部信号计数,定时器开关等功能-ststm32 pwm timer counter is a collection of functions can be achieved pwm output, an external signal count, timer switches and other functions.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:490112
    • 提供者:曹京
  1. counter

    0下载:
  2. stm32的定时器计数 能够对外来的触发进行计数-stm32 timer counter
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:805
    • 提供者:王磊
  1. STM32-frequency-measurement-

    1下载:
  2. 该程序是基于STM32外部触发计数器的测频程序代码,可以测量的范围是0-100MHZ误差1 不到。-The program is based on the STM32 external trigger counter frequency measurement program code, can be measured in the range of 0-100MHZ error of less than 1 .
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-28
    • 文件大小:1241457
    • 提供者:何小冬
  1. stm32tim1PWM

    0下载:
  2. 利用stm32高级计数器tim1同时产生四路PWM,其它定时器也可以产生四路,可模仿该例子设置寄存器-Stm32 senior counter tim1 use while producing four PWM, timers can also produce other four, mimic the example set register
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:3072145
    • 提供者:
  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-tim-counter-vf

    0下载:
  2. stm32 tim counter 文档经典合集97 vf伏压变换 tim cnt模式 频率采样-stm32 tim counter
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-23
    • 文件大小:21034
    • 提供者:lianlian
  1. Counter-Frequency-Detection

    1下载:
  2. stm32实现高精度频率测定,共两种方法 捕获法(可精确到0.001Hz) 定时器中断法(可精确到0.1Hz)-stm32 achieve high precision frequency measurement, a total of two methods Capture (accurate to 0.001Hz) Timer interrupt method (accurate to 0.1Hz)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-27
    • 文件大小:7168
    • 提供者:Jason
  1. TIM--counter--register

    0下载:
  2. stm32 定时器 简单计数程序 寄存器编写-stm32 timer descr iption
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-22
    • 文件大小:6325638
    • 提供者:
  1. TIM-Counter

    0下载:
  2. stm32 定时器 简单计数 库函数编写-stm32 timer descr iption
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-22
    • 文件大小:6369135
    • 提供者:
  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. 3路PWM

    0下载:
  2. PWM是一种对模拟信号电平进行数字编码的方法。3路PWM通过高分辨率计数器的使用,方波的占空比被调制用来对一个具体模拟信号的电平进行编码(PWM is an analog signal level for digital encoding method.3 road PWM through the use of high resolution counter, square wave duty ratio is modulated to encode a specific analog sign
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-21
    • 文件大小:495616
    • 提供者:认同感
  1. led on off-waiting counter

    0下载:
  2. led on off with waiting counter
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-24
    • 文件大小:418816
    • 提供者:Peku
  1. STM32独立看门狗程序

    0下载:
  2. 本源码为基于STM32的独立看门狗工作原理实验,配置寄存器IWDG_KR ,设定预分频和计数器初值(This source code is based on STM32 independent watchdog working principle experiment, configuration register IWDG_KR, setting preset frequency and counter initial value.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-21
    • 文件大小:1424384
    • 提供者:宋香香
  1. 测速

    1下载:
  2. 使用stm32计数器和定时器测速,简单方便(Speed measurement using STM32 counter and timer)
  3. 所属分类:机器人

    • 发布日期:2021-04-23
    • 文件大小:5972992
    • 提供者:辅导员
  1. 计数器

    0下载:
  2. 可以实现0~9999秒计数功能的计数器,每隔1s钟计数一次(Counter for 0-9999 seconds, one unit per second)
  3. 所属分类:单片机开发

    • 发布日期:2020-07-15
    • 文件大小:15360
    • 提供者:LY0920
« 12 »
搜珍网 www.dssz.com