2016-02-23 10:02 AM
I want to count pulses (independently) on these pins. After playing around with STM32CubeMX I think that this can be done with PA1 using it as a trigger for TIM5_CH2, but I can't see a way to do this with PB10. Any help on this would be much appreciated.
Is there a document that gives a mapping between the old APIs and the new HAL ones to help with code conversion? I find this quite time consuming. #stm32f4 #pulse-counter2016-02-26 07:22 AM
Go to the datasheet and see if Timer2 Channel3 is available.
Cheers, Hal