Is there a way to tell whether ADC is busy? (STM32F303ve)
I am trying to reconfigure DMA without losing samples and without stopping the ADC, which is triggered using timer (relatively rarely), so my plan was to look whether both the ADC and DMA are idle and quickly reconfigure DMA before ADC even starts to convert anything. There should be enough time, since I have quite long sampling time. However, going through reference manual it seems that no ADC status bit will help me with that. ADRDY seems to be set only once, after the ADC finishes enabling and EOC/EOS are set as a response to an event of finishing the action, so none seems to tell me the current status of the ADC. Am I missing something? Thank you.
