I would like to implement a simple code to use SAADC on NRF52 to sample one channel at maximum sample rate (theoretical 200KHz). All the examples I have found use limiting factors such as using function "nrf_drv_timer_ms_to_ticks", slow clocks or others. I intend on sending the measurements using UART. I'm looking for either an example that already exists, or an explanation on how to modify existing examples. Thanks