I have issue about calibartion using saadc.
I use 52832, S332, SDK 15.3.0
when calibration is excuting, ANT+ and BLE is also doing.
I use low power mode in saadc.
issue is first calibration is normal
but after that periodly do calibration (like one time for 30min) NRF_DRV_SAADC_EVT_CALIBRATEDONE event is not trigger.
I search about this one in nordic dev. I know PAN-86. but i can't find that. all link was broken..
second calibration process, nrf_log_info(saadc is wating) <- infinite loop in here.
under blow is my code.
And If don't calibrate periodly, how much error about temperature drift ? in doc, there is only gain error temperature coefficient (0.02%).
if I measure 25 degree, which temperature range is normal value in error?
Thank you.