2010-03-06 04:48 PM
PWM Capture
2011-05-17 04:42 AM
Hi middleton.john,
When I looked at table ''STM32F103xx low-density device features and peripheral counts'' in the datasheet I have found that STM32F103 contains three timers: 2 general purpose (TIM2 and TIM3) timers and one advanced control timer (TIM1). I think you can capture your 8 PWM signals using TIM2 (4channels: PA0, PA1, PA2 and PA3) to capture the first 4 PWM signals and TIM3 (4 channels: PA6, PA7, PB0, PB1) to capture the other 4 PWM signals. I hope that helps you ! Regards, lowpowermcu