22.3.2.5 Dithering
If it is not possible to achieve the desired frequency because of prescaler/period selection limitations, dithering can be used to approximate the desired frequency and reduce waveform drift.
Dither accumulates the fractional error of the counter clock for each cycle. When the fractional error overflows, an additional cycle is added to the selected part of the cycle.
Generate 75 kHz from 10 MHz Clock
If the timer clock frequency is 10 MHz, it will give the timer a resolution of 100 ns. The desired output frequency is 75 kHz, which means a period of 13333 ns. This period is not possible to achieve with a constant period with a 100 ns resolution, it would require 133.33 cycles. The output period can be set to either 133 cycles (75.188 kHz) or 134 cycles (74.626 kHz).
It is possible to change the period between the two frequencies manually in the firmware to get an average output frequency of 75 kHz (change every 3rd period to 134 cycles). The dither can do this automatically by accumulating the error (0.33 cycles). The accumulator calculates when the accumulated error is larger than one clock cycle and when that happens it adds an additional cycle to the timer period.
- On-time B
- On-time A and B
- Dead-time B
- Dead-time A and B
How much the Dithering will affect the TCD cycle time depends on what Waveform Generation mode is used, see the table below.
Dithering is not supported in Dual Slope mode.
WAVEGEN | DITHERSEL in TCDn.DITCTRL | Additional TCD Clock Cycles to TCD Cycle |
---|---|---|
One Ramp mode | On-time B | 1 |
On-time A and B | 1 | |
Dead-time B | 0 | |
Dead-time A and B | 0 | |
Two Ramp mode | On-time B | 1 |
On-time A and B | 2 | |
Dead-time B | 0 | |
Dead-time A and B | 0 | |
Four Ramp mode | On-time B | 1 |
On-time A and B | 2 | |
Dead-time B | 1 | |
Dead-time A and B | 2 | |
Dual Slope mode | On-time B | 0 (not supported) |
On-time A and B | 0 (not supported) | |
Dead-time B | 0 (not supported) | |
Dead-time A and B | 0 (not supported) |
The differences in the number of TCD clock cycles added to the TCD cycle is caused by the different number of compare values used by the TCD cycle. For example, in One Ramp mode, only CMPBCLR affects the TCD cycle time.
For DITHERSEL configurations where no extra cycles are added to the TCD cycles, compensation is reached by shortening the following output state.