Issue with STM32L432KC Nucleo and ADC. How to set the right clock tree with Cube MX?
When I enable the ADC1, the controller inhibits itself and never enters the while loop. If I don't use the ADC, the controller works fine. Attached you can find the clock tree and the code generated by CubeMx. The compiler doesn't throw errors. Ever...