User Activity

I'm using an STM32F446RE nucleo-64 board with STM32CubeIDE. I was testing a potentiometer and noticed that the default code generated by cubeMX leads to an overrun error in the ADC peripheral. The issue can be manually solved by calling MX_DMA_Init...