I combined SAADC into the ble_app_uart_c example and got error once it got to scan_start();
"ble_scan: sd_ble_gap_scan_start returned 0x9"
If I put the scan_start() in comment, the SAADC is working periodically as it should.
I am using TIMER1=1 and TIMER0=0 based on previous posts.
Should I stop the scan before doing the SAADC?
If yes, how?