Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| stm32:peripherals:timer_2..5 [2016/01/25 13:02] – feur | stm32:peripherals:timer_2..5 [2016/06/28 07:46] (current) – removed feur | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Timer 2..5 ====== | ||
| - | The STM32F429ZI offers several general purpouse timers. Timer 2 and 5 are 32 bit timers, while timer 3 and 4 are 16 bit timers. They may be used for measuring time (basic timer), measuring input pulse length (input capturing) or generating waveforms (output compare / PWM). The timers are fully independent and can be synchronized together. | ||
| - | |||
| - | \\ {{timer_complete.svg}} \\ \\ | ||
| - | |||
| - | ===== Features ===== | ||
| - | |||
| - | * 16-bit / 32-bit up, down, up/down auto-reload counter. | ||
| - | * Prescaler (16 bit) to adjust counting clock, even during runtime. | ||
| - | * 4 independent channels for: | ||
| - | * Input capture | ||
| - | * Output compare | ||
| - | * PWM generation (edge- and center-aligned) | ||
| - | * One-pulse output | ||
| - | * Synchronization / control through external signals. | ||
| - | * Interrupt / DMA generation. | ||
| - | |||
| - | ===== Functions ===== | ||
| - | |||
| - | ==== Clock Source ==== | ||
| - | |||
| - | {{timer_clock.svg}} | ||
| - | |||
| - | ==== Base Timer ==== | ||
| - | |||
| - | {{timer_base.svg}} | ||
| - | |||
| - | ==== Output Compare ==== | ||
| - | |||
| - | {{timer_output.svg}} | ||
| - | |||
| - | ===== Legende ===== | ||
| - | |||
| - | {{legende.svg}} | ||