搜索资源列表
STM32+TIM.rar
- 本例展示了如何设置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
The-STM32-TIM-programming
- a)目的:基础PWM输入也叫捕获,以及中断配合应用。使用前一章的输出管脚PB1(19脚),直接使用跳线连接输入的PA3(13脚),配置为TIM2_CH4,进行实验。 b)对于简单的PWM输入应用,暂时无需考虑TIM1的高级功能之区别,按照目前我的应用目标其实只需要采集高电平宽度,而不必知道周期,所以并不采用PWM输入模式,而是普通脉宽捕获模式。 -A) purpose: basic PWM input also called capture, and interrupt coop
TIM
- STM32单片机中定时器测试程序,型号STM32F103RB。-STM32 MCU timer test procedure, model STM32F103RB.
ADC_TIM1
- 利用STM32中的定时器启动ADC采样,即可以控制ADC的采样速率-STM32 start using the timer in the ADC sampling, which can control the ADC' s sampling rate
Tim
- Stm32 的定时器 对通用定时器的介绍-Stm32 timer timer introduction of GM
TIM
- 基于STM32的定时器功能实验实例,比较全面,本人第一次上传-Based STM32 timer function test instances, more comprehensive, my first upload
STM32_TIM
- STM32 TIMx配置例程,适用STM32各种芯片,详细的介绍了 TIMx的配置过程。根据例子修改即可应用。STM32的TIM功能相当强大,这个是不错的例子。-STM32 TIMx configuration routines for all STM32 chip TIMx described in detail the configuration process. Examples can be modified based application. STM32 of TIM are qui
TIM
- 意法单片机STM32的TIM程序,已经实现32位定时器-ST STM32 MCU' s TIM program, has achieved 32-bit timer
TIM1
- stm32 TIM资料+程序,适合新手学习使用-stm32 TIM data+ program, suitable for beginners learning to use
DualModeDMA_SineWave
- 用stm32 tim的比较输出模式 产生正弦波-Comparison with stm32 tim produce sine wave output mode
tim
- stm32定时器的基础编程,定时一秒,使lcd灯亮灭转换-stm32 timer based programming, time second, the lcd lights off conversion
STM32-TIM-TRGO-ADC
- STM32 TIM1硬件触发ADC注入式转换 已调试-STM32 TIM1 TRGO ADC
TIM
- 用STM32实现定时器程序,用定时器来控制LED闪烁-With STM32 realize timer program, use the timer to control the LED flashing
stm32-PWM-Input-Capture
- This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal.
STM32adc-uart--tim-and-lcd
- 此工程基于Keil平台,实现了STM32的ADC功能,TIM定时中断等其它功能,并且在原来的基础上优化了lcd12864的显示,图形显示更加稳定,快速,本人亲测,如有不好的地方请多多包含。-This project based on Keil platform to achieve the STM32 ADC functions, TIM timer interrupt, and other functions, and on the basis of the original optimize
STM32-PWM-input
- STM32通用定时器TIM的PWM输入比较模式测量信号频率。-STM32 general-purpose timer TIM comparison mode PWM input signal frequency measurement.
STM32-GPIO_uart
- 利用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
STM32-TIM--encoder
- STM32 TIM定时器正交编码器驱动,多用于伺服电机或步进电机的码盘反馈-STM32 timer encder configtion,user in servo motor and step motor coder
TIM 计数模式
- 利用STM32单片机的定时器外部计数模式测量方波信号频率。(Use STM32 microcontroller timer external count mode to measure square wave signal frequency.)
STM学习之TIM
- 基于STM32F103源码,从led到TIM定时器的合集,采用库函数方式开发,易于观察,和新手移植,全部可用,自测(Based on STM32F103 source code, the collection of timer from led to Tim is developed in library function mode, which is easy to observe and transplant with novice, all available, self-test)