搜索资源列表
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--TIMER
- 详细的解释了stm32中关于定时器的分类以及pwm波的产生,适合0基础的人看,能很快的接受。 -Stm32 detailed explanation of the classification and on the timer pwm wave generation, people will look for 0-based, can be quickly accepted.
STM32TIM1PWM
- 利用STM32的定时器1产生六路PWM波形的函数-Use the STM32 Timer 1 PWM waveform generation function of six-way
PWM
- STM32处理器的比较完整的PWM程序,完全好用-STM32 PWM processor and integrated process, complete easy to use
main
- 使用STM32定时器实现四路PWM波形输出-STM32 implementation uses four PWM waveform output timer
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 引脚接示波器负接线,
PWM-RTC-T
- 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.
pwm
- 这个是STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,下面的代码,是利用TIM1模块的1、2通道产生一共4路PWM的代码例子,类似代码也可以参考ST的固件库中相应example-This is the PWM output mode of the STM32, the STM32 TIM1 module is the enhanced timer module, the following code, TIM1 module 1,2 channel to produce
6.T1_PWM
- 嵌入式微处理器STM32的定时器产生PWM,可以应用于电机控制-Embedded microcontroller timer of STM32 processor produces PWM and can be used in the motor control
The-TIM1-The-PWM-shows
- STM32编译源码。对TIM1定时器进行控制,通道1输出的占空比为25 -The STM32 compile the source. TIM1 timer control, the channel 1 output 25 duty cycle
2012_4_16_Timer_PWM
- STM32 通用定时器 产生PWM波 经过验证准确无误,请放心使用,还请多多指教-The STM32 Universal PWM timer generated wave
STM32-SPWM
- TIMER输出PWM基本概念 脉冲宽度调制(PWM),是英文“Pulse Width Modulation”的缩写,简称脉宽调制,是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术。简单一点,就是对脉冲宽度的控制。一般用来控制步进电机的速度等等。STM32的定时器除了TIM6和TIM7之外,其他的定时器都可以用来产生PWM输出,其中高级定时器TIM1和TIM8可以同时产生7路的PWM输出,而通用定时器也能同时产生4路的PWM输出。 -Timer output PWM bas
PWM
- STM32利用定时器来产生一个PWM波。包括STM32库文件和其他配置文件。-STM32 timer to generate a PWM wave. Including the STM32 library files and other configuration files.
4lu-PWM-stm32Pucos
- 基于STM32在UCOS上移植 单定时器实现四通道PWM 且占空比可调 加按键和无限通信函数-Based on the STM32 UCOS transplant single four-channel PWM timer and adjustable duty cycle plus keys and unlimited communication function
timer_pwm
- stm32 定时器一 pwm 配置 stm32 定时器一 pwm 配置-stm32 pwm
TIM3-PWM
- 奋斗者开发板PWM例程,能够完成定时器3生成pwm-the example of PWM in STM32 OF striver board
PWM
- M32 F1 的通用定时器 TIM3 ,用该定时器的中断来控制 DS1 的闪烁,使用 STM32 STM32F1 的 TIM3 来产生 来产生 PWM 输出。 使用 TIM3 的通道 2,把通道 ,把通道 2重映射到 重映射到 PB5 ,产生 PWM 来控制 DS0 的亮度。-M32 F1 General Purpose Timer TIM3 timer with the timer interrupt is controlled by the timer interrupt to contro
例程6 PWM输出
- 从零开始学STM32,学会运用STM32定时器产生PWM,适用于有51单片机基础的新手。(Learn STM32 from scratch, learn to use the STM32 timer to generate PWM, suitable for a novice based 51 microcontroller.)
STM32F0XX教程+例程源码
- STM32F0XX教程+例程源码 教程目录: 工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf 资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf 初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf 初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf 中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf 中级教程篇:利用定时器实现6路互补PWM波形输出.pdf 高级教程篇:基于L
PWM波驱动舵机
- 利用STM32定时器输出一路PWM方波改变占空比控制舵机旋转