hello world with ADC crashes on STM32F051
Hello,
I ran into a problem with a STM32F051K6T and cannot figure out where the problem is.
With Cube I configure the controller with UART (TX-only 115.2kBd) and polling on ADC_IN0.
The generated code for uVision compiles and loads errorfree.
But even the "hello world" in section "USER CODE BEGIN 2" won't come. the controller crashes earlier and enters an endless loop with:
__HAL_RCC_HSI14_ENABLE();
in: SystemClock_Config
Without the ADC it runs.
Exactly the same set-up I can run on an F103, F334, and L412 without problems.
Version of Cube is 5.2.0 and uVision V5.27.1.0.
Any idea?
Regards, Manitux
