The ADC module PmodAD1 I am currently using with 1M sampling rate and 12bit resolution I use spidev as a library to connect to ADC But it seems that he can only sample up to a sampling rate of 20KSPS I want a sample rate of at least 384Ksps
Is there a way to achieve my desired sampling rate other than using DMA?
Because it needs to cooperate with other software, that software is compiled using python So hope to be able to achieve 384Ksps without using c