diff --git a/examples/adc_fixed_fs/README.md b/examples/adc_fixed_fs/README.md index 3c2b442d9ab212d2fe5d362264edb0c4d30bee72..99f3819bc4d11969e39500a9baaceaa2bf8dbdfd 100644 --- a/examples/adc_fixed_fs/README.md +++ b/examples/adc_fixed_fs/README.md @@ -1,5 +1,5 @@ # ADC with fixed sampling rate -This example shows the use of the ADC in combination with DMA and TIM0 to measure a signal with a fixed sampling rate with low cpu load. This is particularly useful for DSP, eg. Audio effects and filtering. +This example shows the use of the ADC in combination with DMA and TIM1 to measure a signal with a fixed sampling rate with low cpu load. This is particularly useful for DSP, eg. Audio effects and filtering. -The example has been tested for raw adc measurement from a script with sampling rates of 48kHz. The limiting factor is the baudrate, which needs to be 2MBaud for the given 48 kHz and full 12 bit range. \ No newline at end of file +The example has been tested for raw adc measurement from a script with sampling rates of 48kHz. The limiting factor is the baudrate, which needs to be 2MBaud for the given 48 kHz and full 12 bit range.