hello Nordic
i am working with nrf52840, sdk 16.0
i am building my project over the peripheral app_ble_blinky example
i whish to have 2 seprate configs for saadc
i call the following init function twice (with 2 different saadc_configs (different naming as well) ):
err_code = nrf_drv_saadc_init(&saadc_config, saadc_sample_event_handler);
APP_ERROR_CHECK(err_code);
it does not seem to be working.. is there a way to initialize 2 saadc configs
best regards
Ziv