I am working on the nRF52840 DK board SAADC module with nRF5_SDK_17.0.0 SDK, and I am unable to get the output on RTT.\
I am working on the pre-prepared program from the peripheral folder of SAADC from the SDK.
I am using the pre-prepared program for now and as far as I have observed program doesn't enter the saadc_callback function. Have checked that using NRF_LOG_INFO.
I have checked reset all other initializations are successfully done, the only issue is it doesn't enter SAADC event handler
What should I do?