搜索资源列表
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)