I am experiencing an issue to reach the ADC Max value(4200mV) on the nRF5340(our custom board) . We are using a 12-bit ADC, 4.2V and received a reading of 3297 mV, but we were expecting 4200 mV.
Details:
- SDK Version: v2.6.1
- Custom Board : nrf5340-nrf7002
Build Configuration in vs code: board = nrf7002dk-nrf5340-cpuapp-ns
Battery sample path :
C:\ncs\v2.6.1\zephyr\samples\boards\nrf\battery
I have modified the overlay to suit our application's requirements.
NOTE:
1.What is the maximum possible ADC value for our current configuration?
2.We applied a 4.2V input but received a reading of 3297mV. What adjustments can we make to achieve a reading of 4200mV?
