now i work with nrf52832 saadc sample program. i have to change saadc resolution into 14bit. what changes i need to do?
now i work with nrf52832 saadc sample program. i have to change saadc resolution into 14bit. what changes i need to do?
Hi
To change the SAADC resolution you will have to change the SAADC_CONFIG_RESOLUTION in sdk_config.h
Please note that there are two SAADC_CONFIG_RESOLUTION defines. One NRFX and one legacy. Change both of these to the same thing just to make sure you change the correct one.
Best regards,
Simon
Hi
To change the SAADC resolution you will have to change the SAADC_CONFIG_RESOLUTION in sdk_config.h
Please note that there are two SAADC_CONFIG_RESOLUTION defines. One NRFX and one legacy. Change both of these to the same thing just to make sure you change the correct one.
Best regards,
Simon