Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER is 5.
In the "saadc_sampling_event_init()", 400 is the parameter value passed in the nrf_drv_timer_ms_to_ticks() function.
However, I am only getting one data in the for loop from the saadc_callback. Actually I should get 5 data.
Any reason why this happens?
Thank you.

