Question
Has anybody converted the PWM frequency and duty cycle measurement exmaple from the STM32CubeMx examples to use STM32CubeMx to configure the hardware (.ioc file to configure the timers)?
Posted on October 10, 2017 at 21:17
The 'STMCubeF2\Projects\STM32F207ZG-Nucleo\Examples\TIM\TIM_PWMInput' example configures the timers with direct calls to the HAL.
I am trying to keep all of the pin allocation and resource initialization within STM32CubMx itself.
Has anyone either created a .ioc file for this or measured frequency and duty cycle using STM32CubeMx to configure the timers?
Thanks in advance.