The ADC settings on the nRF52840 with Zephyr are malfunctioning for certain parameters.

"The nRF52840 is developed using NCS v2.6.1. When the ADC is set with the reference voltage as (.reference = ADC_REF_VDD_1_4, .resolution = 10), the ADC sampling output is 0 and malfunctions. However, when set to (.reference = ADC_REF_VDD_1_4, .resolution = 12), it works normally. Additionally, when set to (.reference = ADC_REF_INTERNAL, .resolution = 10), it also works normally. Why does the combination of (.reference = ADC_REF_VDD_1_4, .resolution = 10) cause a malfunction?"

Related