You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the example code on nrf52840 DK (PCA10056) to sample GND signal in Single-Ended mode. The returned value sometimes is 65535 which indicates potential wrong configuration of the sampling mode. Maybe set still as Differential instead of Singel-Ended when configured as Single-Ended.
Please help check, test and fix this issue.
Thanks,
The text was updated successfully, but these errors were encountered:
The assumption in single-ended mode is that the internal ground of the ADC is the same as the external ground that the measured voltage is referred to. The ADC is thus sensitive to ground bounce on the PCB in single-ended mode. If this is a concern we recommend using differential measurement.
I am using PCA10056 which is the official DK board. I still have this ground bounce issue. For developers, they may want to avoid this issue by using differential mode.
I used the example code on nrf52840 DK (PCA10056) to sample GND signal in Single-Ended mode. The returned value sometimes is 65535 which indicates potential wrong configuration of the sampling mode. Maybe set still as Differential instead of Singel-Ended when configured as Single-Ended.
Please help check, test and fix this issue.
Thanks,
The text was updated successfully, but these errors were encountered: