This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

zephyr ADC 8K

Hello 

I would like to use SAADC 2 channels sample at 8K samples  \ per second for each channel

based on:

https://github.com/zephyrproject-rtos/zephyr/blob/master/tests/drivers/adc/adc_api/src/test_adc.c

I tried to define ADC readings with callback, so I will not have "busy wait"

I could not reach better results then 1K samples  \ second, please advice (as I need to sample audio signals)

Related