HW: nrf52833-DK
SW: SDK v16.0.0 and SoftDevice s140
We are using nRF52833 BLE direction feature and read IQ samples produced by BLE Radio.
The format of the IQ samples is described as follows:

According to the documentation both I and Q must be in the range -2048 .. +2047.
However in practice we observe that occasionally (<3%) of IQ snapshots have the exact value -32768-32768i, which is out of the specification.
The errata does not seem to mention it as a known issue. So the chances are high that we use BLE Radio incorrectly.
Are there any hints as to what might go wrong with the BLE Radio setup that could lead to this kind of malfunction?