Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 1 month 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