8 years, 6 months ago.

ADC interrupt with nucleo-f303

Hi,

is there any way how read analog asynchonously? Because 'read' method delay whole program by 10us, so if I have for example 10 channels, it takes 100us to take one sample from all channels, which is relatively slow. I think interrupt might speed it up, but I did not find anything related to ADC with interrupt. So is there any way to speed it up? Without needing to implement it by myself using DMA?

Thanks in advance

Be the first to answer this question.