搜索资源列表
pwm
- STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,天生就是为电机控制而生,可以产生3组6路PWM,同时每组2路PWM为互补,并可以带有死区,可以用来驱动H桥。-STM32' s PWM output mode, STM32' s TIM1 module is enhanced timer module, is inherently for the motor control, it can produce three groups 6-channel PWM,
STM32-TIM1-PWM
- 通过对 TIM1 定时器进行控制,使之各通道输出插入死区的互补PWM 输出, 各通道输出频率均为17.57KHz。 其中,通道1 输出的占空比为50 ,通道2 输出的占空比为25 ,通道3 输 出的占空比为12.5 。各通道互补输出为反相输出。 TIM1 定时器的通道1 到3 的输出分别对应PA.08、PA.09、PA.10 引脚,而通 道1 到3 的互补输出分别对应PB.13、PB.14 和PB.15 引脚,将这些引脚分别接 入示波器正接线,GND 引脚接示波器负接线,
TIM1-PWM
- STM32 TIM1 PWM 两路输出,带死区时间-STM32 TIM1 PWM two outputs with dead time
zcj_tim1_pwm
- 利用STM32高级定时器,产生互补的两路PWM,有完整注释,测试通过-Advanced timers using STM32, resulting in two complementary PWM, with complete notes, test
STM32F103-17-TIM1-pwm
- STM32F103系列的TIM1定时器产生 PWM信号-STM32F103 series TIM1 timer to generate a PWM signal
PWM-TIM1
- 基于STM32的TIM1定时器的PWM呼吸灯例程,三通道输出可调- Based on the STM32 TIM1 PWM timer lamp breathing routines. Three-channel output adjustable
TIM1--PWM
- 基于STM32单片机,利用单片机定时器,实现PWM的输出-Based on STM32 microcontroller, using SCM timer for PWM output
高级定时器输出1路互补 PWM实验---含详细注释
- 基于STM32单片机设计的高级定时器TIM1的6路互补带死区的PWM输出实验,代码中含有详细的注释,对学习PWM很有帮助(STM32 microcontroller based design of advanced timer, TIM1 6 complementary band, dead zone PWM output experiment, the code contains detailed notes, helpful for learning PWM)
通用定时器PWM输出实验---含详细注释
- STM32单片机通用定时器PWM输出实验---含详细注释,对学习STM32定时器PWM输出有帮助(STM32 microcontroller based design of advanced timer, TIM1 6 complementary band, dead zone PWM output experiment, the code contains detailed notes, helpful for learning PWM)
STM32F103RB高级定时器TIM1控制输出PWM
- 使用ARM芯片STM32F103FRB,利用高级定时器TIM1 PWM模式输出PWM波,控制无刷直流电机,占空比可调。(The use of ARM chip STM32F103FRB, the use of advanced TIM1 timer PWM mode PWM wave output control, brushless DC motor, adjustable duty cycle.)
PWM输出实验(寄存器)
- PWM及脉冲宽度调制是英文“ Pulse Width Modulation” 的缩写是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术。简单一点,就是对脉冲宽度的控制,高级定时器 TIM1 和 TIM8 可以同时产生多达 7 路的 PWM 输出。(PWM and pulse width modulation are the abbreviation of "Pulse Width Modulation" in English. It is a very effe
基于c8t6板的TIM1的PWM输出
- 使用stm32f103c8t6 输出pwm,可实现正弦波,三角波,锯齿波。(use stm32f103c8t6 to make pwm.)
实验9 PWM输出实验
- The timer can be used to generate PWM output. Advanced setting The timer TIM1 and TIM8 can generate up to 7 PWM outputs simultaneously. And universal timers can produce up to 4 at the same time PWM output of the road(In order for
呼吸灯效果
- 基于STM32F103C8T6MINI板的呼吸灯效果,采用TIM1的PWM实现.(STM32F103C8T6MINI board based on the effect of breathing lights, using TIM1 PWM implementation)
06 TIM1的PWM演示
- STM32 TIM1的PWM输出演示例程。。。。。。。。(STM32 TIM1-PWM output example......)
TIM1
- 程序初始化了定时器1,并通过DMA传输修改PWM占空比,方便用来实现快速SPWM(Program initialization timer 1, and through the DMA transmission, modify the PWM duty cycle, easy to use to achieve fast SPWM)
STM8S103F3P6产生两路互补PWM波配置
- 搞了两天,总算使用STM8S103F3P6最小化系统板的TIM1产生两路互补的PWM波,现拿出来分享一下。工程为IAR环境,寄存器配置。(For two days, we used the STM8S103F3P6 to minimize the TIM1 of the system board to produce two complementary PWM waves, and now to share it. The project is IAR environment, register
PWM控制发光二极管
- 通过TIM1的PWM的占空比来控制灯的亮暗程度(Control the brightness of the light by the duty ratio of the TIM1's PWM)
17.使用TIM1定时器产生PWM波形输出
- 单片机STM8使用TIM1定时器产生PWM波形输出(Single chip microcomputer STM8 uses a TIM1 timer to produce PWM waveform output)
stm8-AIN0 采集
- 利用 AIN0 采集旋钮的电压值,TIM2_CH1 捕获红外信号 ,TIM1_CH1 输出PWM 控制灯光 。(The voltage value of the knob is collected by AIN0, the TIM2_CH1 is captured by the infrared signal and the TIM1_CH1 output PWM controls the light.)