# STM32F4 General Timers
**What three things does a timer provide?**
The three things a timer provides are:
1. Accurate timestamps.
2. Time-interval measurements.
3. Timer-related periodic events for both hardware and software.
**What can a timer be used to generate and on what?**
A timer can be used to generate *PWM outputs on select GPIO pins in hardware.*
...