Tag Archives: ADC

ADC is as fast as possible always the best approach?

Is as fast as possible always the best way to do things with STM?

Recently, I have stumbled upon an issue regarding ADC scan conversion on STM32 microcontrollers. I have wondered why the scan conversion was not taking place. As it turned out it did but it was not handled fast enough. In this blog post I will discuss the need to return from interrupt routine as fast as possible. However, it will not be only this one thing. Interested? So keep reading.

Continue reading