ZHCSO75A June 2021 – November 2021 TAS6424E-Q1
PRODUCTION DATA
請(qǐng)參考 PDF 數(shù)據(jù)表獲取器件具體的封裝圖。
Spread-spectrum modulation is a PWM modulation technique that reduces the peaks seen in EMI measurements by varying the output PWM frequency. The minimum and maximum spread-spectrum frequencies are adjustable using the spread-spectrum registers discuss below.
To enable spread-spectrum follow the procedure below:
Figure 9-6 Spread-Spectrum Algorithm
Diagram The spread-specrtum registers are calculated using the relationships below. Note that it's recommended to start with SS_PRE_DIV = 0x1F for most use cases.
where
The following sample code enables spread-spectrum for 48 kHz audio sample rate, 32-bit audio depth, TDM-8 and 2.1 MHz.
w D6 28 EA
w D6 77 82 // Enable SS, SS_AMPL = 2
w D6 78 1F // SS_PRE_DIV = 31, Fcenter = 192 kHz
w D6 79 3F // SS_STEP = 63The follow equations calculate the output PWM frequency variation with the settings listed previously.