2015-05-25 10:11 PM
I would like to use the PWM as clock source for other device.
so I want to know the maximum frequency of PWM. As faster the frequency of PWM signal increase, the more the shape of PWM signal become to triangle signal. Why this phenomenon is happen? TIM2_CH1(PA5) PWM - 8.4KHz TIM2_CH1(PA5) PWM - 84KHz TIM2_CH1(PA5) PWM - 840KHz #stm32 #pwm2015-05-26 03:47 AM
It's my fault.
I'd compared with the PWM of STM32F429I-Discovery. My development kit is connected to usb protection ic. After disconnecting this component, the PWM works correctly.