搜索资源列表
利用STM32的TIM定时器产生方波信号
- 利用STM32的TIM定时器产生四个不同占空比的方波信号 。,his example shows how to configure the TIM1 peripheral to generate 7 PWM signals with 4 different duty cycles.
PWM_Input
- STM32定时器PWM输入捕获,利用TIM1计算脉冲频率及占空比。-This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal.
6Steps
- 配置TIM1外设来产生六步PWM信号-This example shows how to configure the TIM1 peripheral to generate 6 Steps.
DMA
- 利用STM32的更新请求的DMA来从内存中传输数据到捕获比较寄存器-This example provides a descr iption of how to use DMA with TIM1 Update request to transfer Data from memory to TIM1 Capture Compare Register3.
Cascade_Synchro
- 介绍了并行模式下同步TIM1与TIMX-This example shows how to synchronize TIM peripherals in cascade mode.
tim1
- stm8s105c6的tim1的使用 -the use of time1 on stm8
7-TIM1
- stm8例程,st新款单片机开发例程,共有大概20个-demo for stm8
STM32_BLDC
- 基于stm32的无刷直流电机驱动程序,带LCD显示和按键程序。TIM1产生PWM驱动电机,TIM接受电机的霍尔。-BLDC motor based on stm32, with LCD display and key procedures. TIM1 generates PWM drive motor, TIM accepts the hall of the machine.
TIM1
- stm8 定时器123456789-a STM8 Timer 123456789111
PWM_Output
- 利用STM32的定时器TIM1产生PWM波-PWM wave generated by STM32 timer TIM1
4TIMERPSTM32
- 这是一个用定时器的pwm输出脉冲来驱动步进电机的程序,用到了高级定时器TIM1,和3个基本定时器-This is a timer pwm output pulses to drive the stepper motor procedures used in the advanced timers TIM1, and three basic timer
stm32_ADCPDMAPTIM1PDMAUSART
- stm32_ADC+DMA+TIM1+DMAUSART -stm32 adc dma timer dma usart
STM32_SPWM_Adjustable
- 1、ADC用于DMA模式,TIM3的TRGO触发,ADC等时间采样 2、TIM2的1、2通道用于捕获 3、TIM1的第一路,用于SPWM,使用的是对称规则采样法,此方法计算量较小-1, ADC for DMA mode, TRGO TIM3 trigger, ADC and other time sampling 2, TIM2 1,2 channel for capturing 3, the first road TIM1 for SPWM, using a symmetric
capture
- 本次实验,使用TIM4产生一个1K的频率输出,用TIM1进行捕获。并测出频率计算 TIM1 的时基单元配置:关于TIM1的时基设置问题前文已经讨论过了。这里只有一点需要明确的,就是为了尽量减少更新事件,将TIM_Period设置到最大即0xFFFF。定时器时钟设置成2M,这样定时器的更新频率就是30Hz,不会造成两次捕获之间产生多次更新。-his experiment, using the TIM4 produce a 1 k frequency output, using TIM1 cap
tim1-4-PWM
- 用 STM32 高级定时器 TIM1 同时控 4路 马达,PWM控制,-Advanced timer STM32 with TIM1 at the same time control 4 motor, PWM control,
TIM1STM8
- STM8 tim1 定时器设置 STM8 tim1 定时器设置-STM8 tim1 STM8 tim1 配置程序输出STM8 tim1 定时器设置STM8 tim1 定时器设置
TestTIM1_PWM_EdgeAligned
- Test code for TIM1 PWM STM32F051R8 microcontroller.
TestTIM2_EncoderInterface
- TIM1 Encoder interface mode STM32F051R8
采用PWM控制舵机,180度舵机
- 通过对TIM1的初始化,对舵机进行任意角度控制,我用的是180度舵机,TIM1_PWM_Init(1439,999);
