Hi,
I do not understand why assertion is not thrown when nrfx_saadc_init method is called with NULL event handler. For example:
err_code = nrf_drv_saadc_init(&default_config, NULL);
This just happen in the program with the Softdevice. If I use the template without the Softdevice the assertion is thrown. Is it possible that the template with Softdevice does not throw assertion by default?
