Hello,
I wonder if I can disable saadc interrupt because saadc is under control of ppi in my project and I don't even need saadc interrupt or interrupt handler.
As I know there is no way to init it without an irq handler (nrf_drv_saadc_init) so, what if I disable it by the registers, once i have initialized it? is there any negative impact?
i think saadc hw events will still work for ppi even i disable saadc interrupts.
Best regards.