1. We use code similar to the existing sample code to repeatedly sample a 0 - 2.25V voltage range using the SAADC.
2. Settings: 30s interval, single-ended input, burst-mode, internal reference 0.6V, triggered via PPI or by MCU (doesn't seem to matter)
3. In some cases we see values that are far too low (for example by 0.5V below of the voltage really present at the pin), often over a period of 30s - 5min.
This often occurs after intense radio activity (incoming connection, BLE notification setup phase), but not always.
We monitored as much conditions as possible via oscilloscope while logging via firmware.
Temperature/Calibration doesn't seem to play a role, here.
VDD seems to be affected a bit during radio activity (drop), but we use the 0.6V internal reference exclusively.
The problem seems to occur more often when our battery powered device is fully charged (somewhat higher battery voltage, but still within range).
Questions:
* Are there known issues/workaround for problems with the 0.6V reference/SAADC somehow becoming unstable?
* What could be a typical mistake in a design that could cause this?