From d10cfc09f2a93ce3c85ec94eaee3f14a83e84cad Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 22 Dec 2020 20:54:41 +0100 Subject: Switch clock timer to TIM2 --- sw/pio.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sw/pio.txt') diff --git a/sw/pio.txt b/sw/pio.txt index 626404a..dbc1206 100644 --- a/sw/pio.txt +++ b/sw/pio.txt @@ -22,6 +22,9 @@ CW paddle * CW_TIP PB8 * CW_RING PB9 +CW output + * Sidetone PA8 (TIM1 CH1) + Microphone switches * SW1 PA3 ADC12_IN3 * SW2 PA4 ADC12_IN4 @@ -44,3 +47,12 @@ Microphone switches * SCL PB10 default alternate function * SDA PB11 default alternate function + +## Timers + +TIM1 is an advanced control timer, TIM2,3,4 are general purpose + + * TIM1 CW Sidetone PWM output + * TIM2 Clock timer + * TIM3 QEI decoder + * TIM4 -- cgit v1.2.3