This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SAADC NOT INITIALISING

I want to take saadc samples for one second,every 5 seconds,the rest of the time the mcu is in system on sleep mode with rtc1 on.Eery 5 second there is an rtc event and the mcu wakes up from sleep and initialises saadc using saadc_init(),takes the samples and the saadc is turned off using nrf_drv_saadc_uninit(); NVIC_ClearPendingIRQ(SAADC_IRQn); But the saadc gives the same set of samples as output every time. I am using PCA10036 and SDK11.

Parents Reply Children
No Data
Related