Omar Hiari
If using HAL, I can only rely on polling or EXTI interrupts to count, because I also don't want to use PAC, which is too complicated.
Although Trust stm32 hal is very convenient, there are many APIs and usage methods for the hal library that do not provide examples of how to use them. I hope you can provide more examples of how to use the hal library in the future.
For example, I learned from you about non blocking examples such as HAL library timers.
Can you write more examples of HAL libraries combined with various peripherals? For example, EC11 signal input, PWM FG signal input
juebanlin
In the stm32 hal environment:
How can a 4 PIN (GND VCC FG PWM) PWM fan current speed be read through the fan FG pin?
Timer mode statistics or exti interrupt? Can you provide examples separately? Thank you.