搜索资源列表
STM32+EXTI.rar
- 本例展示了如何使用嵌套中断向量控制器(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的状态
PWM_Output_Input
- 用TIM3定时器在PA6、PA7、PB0、PB1输出四种频率相同占空比分别是50 、37.5 、25 、12.5 的信号。 用TIM2的PWM_Input功能,从PA1口捕获PWM信号的频率及占空比,并用USART1输出测量信息。-At TIM3 timer with PA6, PA7, PB0, PB1 output frequency of the same four are 50 duty cycle, respectively, 37.5 , 25 , 12.5 of the
STM32-Generate-PWM-with-TIM3
- STM32 使用TIM3定时器产生一个占空比可调的PWM波,并用该PWM波驱动一个发光二极管,使二极管由亮到暗交替变化-STM32 use TIM3 timer to generate a variable duty cycle PWM wave, and the PWM wave drive with a light-emitting diode, the diode changes from bright to dark turn
STM32-TIM3-PWM
- stm32PWM程序示例工程,keil下建立的,可作为示例-stm32PWM program sample project, keil to establish, as an example
TIM3
- STM32定时器,同一定时器产生不同频率-STM32 timer, the same timer to generate different frequencies
STM32-TIM3-PWM
- 奋斗版stm32开发板PWM实验,是学习stm32实现PWM调速的好实验-Struggle version stm32 development board PWM experiment PWM speed learning stm32 experimental
TIM3-CH1(SPI2)
- STM32 time3的捕获模式 应用 SPI2模块的应用-STM32 time3 capture mode application SPI2 module
TIM3--generates-4-PWM
- STM32中TIM3产生4路不同占空比的PWM波-STM32 generated in TIM3, 4-way duty cycle of the PWM wave
stm32-tim3--4pwm-stepmotor
- 利用stm32的tim3实现4路pwm输出控制步进电机,占空比一定,周期可调,从而实现电机调速-Using STM32 tim3 to achieve 4 PWM output to control the stepper motor, duty cycle, cycle adjustable, so as to realize the motor speed control
SPWM
- STM32 TIM3产生双路SPWM 完成双极性SPWM调制-STM32 TIM3 produce complete dual bipolar SPWM SPWM modulation
ADC(PWM)TIM3
- STM32通用定时器触发ADC转换,转换结果显示在8个LED中-STM32 general timer trigger an ADC conversion, transformation according to the results in the 8 leds
stm32-tim3
- 配置STM32的TIM3定时器中断,实现了延时精度1ms的功能,开发工具为IAR。-Configuring the STM32 TIM3 timer interrupt, to achieve a precision of 1ms delay function, development tools for the IAR.
STM32-TIM3-CH2
- STM32的定时器例程,用keil4编译的-STM32 timer routines, using keil4 compiler
STM32-TIM3-PWM
- STM32奋斗板 PWM例程 比较适合初学者 采用TM3定时器-STM32奋斗板 PWM例程 比较适合初学者 采用TM3定时器
TIM3四路 PWM输出实验
- 完美输出四路pwm波 用不同的通道来改变占空比 用pc接口(Perfect output four way PWM wave, with different channels to change duty cycle, with PC interface)
PWM测试最简版本_OK
- 通过配置stm32的TIM3的通道2,使它能输出PWM波形,然后通过改变占空比寄存器,改变波形。(By configuring the channel 2 of the STM32 TIM3, it can output the PWM waveform, and then change the waveform by changing the duty cycle register.)
TIM3四路 PWM输出实验
- stm32输出四道pwm波控制LED灯 哈哈哈哈哈哈哈哈哈(STM32 output four PWM wave, control LED lights, ha ha ha ha ha ha ha ha ha ha ha!)
STM32-TIM3
- TIM3代码例程,包括头文件、源文件以及基于定时器3的用户代码,下载后可直接运行。(TIM3 code routines, including header files, source files and user code based on timer 3, download can be run directly.)
奋斗STM32开发板TINY例程
- STM32奋斗板-LED闪烁: 演示了LED定时闪烁例程。并附带例程详解及实验手册PDF STM32奋斗板-LED闪烁-ucos: 基于ucos 演示了LED定时闪烁任务,可通过串口1修改闪烁间隔。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-CH2: 演示通过TIM3的CH2通道产生特定频率的波形。并控制LED闪烁。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-PWM: 演示通过TIM3的CH2通道产生PWM波形,控制LED的明暗变化。并附
STM32定时器中断程序
- 本源代码为讲解基于STM32的定时器中断程序,通过定时器TIM3产生间隔1秒钟一次的中断,在中断中控制LED发光二极管,每次中断都使发光二极管状态取反(This source code is explained based on the STM32 timer interrupt program, through the timer TIM3 interrupt an interval of 1 second, in the interrupt control LED light-emittin