![](https://i0.wp.com/blog.domski.pl/wp-content/uploads/2019/12/ADC_initialization_order_bug.png?resize=300%2C195&ssl=1)
An another bug in STM32CubeMX software. This is a perfect example where the order of called initialization functions really matters. In discussed case I will give an example where ADC was configured to go through regular conversion triggered by an event from timer and the data was transferred automatically using DMA.
Continue reading