5.2.2 Burst Accumulation with Scaling

Like in the Burst Accumulation mode, a SAMPNUM number of samples in this mode are automatically accumulated into a single result. The difference is that in Burst Accumulation with Scaling, the result is automatically scaled to a 16-bit value. Scaling is always applied after accumulating the last sample and is carried out by right-shifting the accumulated result by SAMPNUM-4 bits.

This mode can simply be used to accumulate and automatically get an averaged result. It may also be used in combination with the oversampling technique as described in Section Oversampling to achieve a 16-bit resolution by accumulating at least 44 = 256 samples and automatically scaling down to 16 bits.