SLASET3D April 2019 – January 2024 TAS2563
PRODUCTION DATA
The TAS2563 monitors the die temperature and can automatically limit the audio signal when the die temperature reaches a set threshold. It is recommended to use Section 7.3.1 to configure the thermal foldback as the software will perform the necessary math for each register.
Thermal foldback can be disabled using TF_EN. If the die temperature reaches TF_TEMP_TH this feature will begin to attenuate the audio signal to prevent the device from shutting down due to over-temperature. It will attenuate the audio signal by TF_LIMS db per degree of temperature over TF_TEMP_TH. The thermal foldback with attack at a fixed rate of 0.25 dB per sample. A maximum attenuation of TF_MAX_ATTN can be specified. However if the device continue to heat up eventually the device over-temperature will be triggered. The attenuation will be held for TF_HOLD_CNT samples before the attenuation will begin releasing.
TF_EN | SETTING |
---|---|
| Disabled |
| Enabled (default) |
REGISTER | DESCRIPTION | CALCULATION |
---|---|---|
| Thermal foldback limiter slope (in db/°C) | round(10^(-slope / 20)*2^31) |
| Thermal foldback hold count (samples) | round(seconds * 1000) |
| Thermal foldback limiter release rate (db/samples) | round(10^(dB per sample / 20)*2^30) |
| Thermal foldback limiter temperature threshold (°C) | round(°C * 2^23) |
| Thermal foldback max gain reduction (dB) | round(10^(max attn dB/20)*2^31) |