搜索资源列表
STM32_inPWM.STM32定时器的基本应用
- STM32定时器的基本应用,PWM的输入捕获,硬件调试通过,基本没有误差。,STM32 Timer basic applications, PWM input capture, hardware debugging through, basically no error.
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
timer
- Freescale MC9S12XS128单片机增强型捕捉定时器的三大模块:输入捕捉,输出比较,脉冲累加,以及用输出比较模拟PWM用输入捕捉对脉冲计数4个调通的源代码程序。-Freescale MC9S12XS128 enhanced capture timer MCU three modules: input capture, output compare, pulse accumulation, and comparing the simulated with a PWM output wi
timer.PWM.ICP
- 本程序简单的示范了如何使用ATMEGA16的定时器 AVR定时器的要点介绍 T0工作于CTC模式,输出1KHz/2KHz 50 占空比的方波 T1工作于快速PWM模式兼输入捕捉 T2工作于相位修正PWM模式,输出490Hz的8bit PWM波-This procedure is simple demonstration how to use the ATMEGA16 the timer To AVR timer points The T0 work in CTC mode
SSTM32_inPWMT
- STM32定时器的基本应用,PWM的的输入捕获,硬件调试通过,基本没有误差。 -The basic application of the STM32 timer, PWM input capture hardware debugging through, basically there is no error.
pwm-capture
- stm32 pwm波输入捕获模式 用于电机的速度获取和方向位获取-stm32 input capture
stm32-PWM-Input-Capture
- This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal.
pwm
- PWM控制,输入捕捉码盘(相邻周期为0.05转),捕捉定时器1-PWM control input capture code disc (adjacent cycles of 0.05 rpm), Capture Timer 1
123489
- stm32单片机对外界的PWM波的输入进行捕获。-stm32 SCM external PWM input capture wave.
PWM-Input-Capture
- 在通过输入方波信号,可以通过STM32的输入捕捉功能,测出输入方波的频率。-Through the input square wave signal, you can STM32 input capture function, measured by the frequency of the input square wave
Stm32_Timer---input-capture-mode(timer2-Puart).ra
- configuration stm32f1xx to PWM mode by timer
PWM-Input-Capture
- stm32单脉冲输入捕获,获取PWM的频率与占空比,可用于采集电机速度。-STM32 single pulse input capture, obtain the PWM frequency and duty ratio, can be used for the acquisition of motor speed
TIM1-input-capture
- 使用STM8的TIM1输入补获功能测PWM的占空比和周期,把被测信号接到TIM1的CH1和CH2上,当有PWM时会进入中断捕获当前计数器的值- 显示以下内容的翻译: 使用STM8的TIM1输入捕获功能测PWM的占空比和周期,把被测信号接到TIM1的CH1和CH2上,当有PWM时会进入中断捕获当前计数器的值 仍然翻译: 使用STM8的TIM1输入补获功能测PWM的占空比和周期,把被测信号接到TIM1的CH1和CH2上,当有PWM时会进入中断捕获当前计数器的值 Value using t
TIM2-input-capture
- 使用STM8的TIM2输入补获功能测PWM的占空比和周期,把被测信号接到TIM1的CH1,当有PWM时进入中断更改触发边沿,即可以使用一个通道测量高电平和低电平的时间,得到占空比和周期-Use the STM8 TIM2 input capture function PWM duty cycle and period measurement, the measured signal received TIM1 of CH1, when a PWM into the interrupt trigg
13876221pwn
- 用于一些单片机产生的pwm输入捕捉,进行一些计算脉冲数。这是公司外面请人编写的,代码可以正常运行-Used for some microcontroller to generate the pwm input capture, to calculate the number of pulses. This is written outside the company, the code can be normal operation
TIM-Advanced-Timer-PWM-Input-Capture
- 使用STM32的高级控制定时器PWM输入捕获模式,测量PWM波形频率和周期。学会使用高级控制定时器输入捕获功能,以及通用定时器PWM输出功能。-Use the STM32 Advanced Control Timer PWM input capture mode to measure the PWM waveform frequency and period. Learn to use advanced control timer input capture function, and gene
PWM
- 捕获PWM输入信号,针对外部信号的采样分析。将采集的信号经过stm32处理,得到比对捕获结果(pwm catchCapture the PWM input signal, in view of the external signal sampling analysis.The collected signal through stm32 processing, than capture results are obtained)
TIM1_PWMInput
- Timer 1 pwm input capture measuremants
3-TIM—通用定时器-输入捕获-测量脉冲宽度
- 应用于STM32F103VET6,进行PWM的输入捕获,测量脉冲的宽度。(Based on STM32F103VET6, PWM input capture, pulse width measurement)
PWM输入模式捕捉4路PWM的周期和占空比(1)
- 使用STM32开发板实现在PWM输入模式捕捉4路PWM的周期和占空比,从而对电机进行控制(Using STM32 development board to capture the cycle and duty cycle of four-way PWM in PWM input mode and control the motor)