2016-08-16 02:32 PM
Hello,
Is TIM_TimeBase example project supposed to output PWM on PA6, PA7, PB0, and PB1? #too-vague2016-08-16 04:13 PM
Perhaps you can narrow that down to a specific STM32 family and board?
2016-08-16 07:39 PM
STM32F4DISCOVERY (with STM32F407VGTx)
2016-08-17 02:11 AM
Hi mesal.sel,
There is no PWM output for this example.Based on the readme file, there is only an output on PD12 (When the counter value reaches the auto-reload register value, the TIM upadate interrupt is generated and, in the handler routine, PD.12 is toggled with the frequency 0.5Hz).-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2016-08-17 06:00 AM
Hi Mayla,
Is toggling PD.12 equivalent to a very slow PWM (i.e. with 0.25 Hz frequency) Should I expect PD.12 to transition at (t=0, t=2s, t=4s ...) Sel2016-08-17 07:32 AM